Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
package com.google.android.gms.common.internal;
|
||||
|
||||
import android.os.IBinder;
|
||||
import android.os.IInterface;
|
||||
import android.os.Parcel;
|
||||
import android.os.RemoteException;
|
||||
import com.google.android.gms.dynamic.IObjectWrapper;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
public abstract class zzz extends com.google.android.gms.internal.common.zzb implements zzaa {
|
||||
public zzz() {
|
||||
super("com.google.android.gms.common.internal.ICertData");
|
||||
}
|
||||
|
||||
public static zzaa zzg(IBinder iBinder) {
|
||||
IInterface iInterfaceQueryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.common.internal.ICertData");
|
||||
return iInterfaceQueryLocalInterface instanceof zzaa ? (zzaa) iInterfaceQueryLocalInterface : new zzy(iBinder);
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.internal.common.zzb
|
||||
protected final boolean zza(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
||||
if (i == 1) {
|
||||
IObjectWrapper iObjectWrapperZzd = zzd();
|
||||
parcel2.writeNoException();
|
||||
com.google.android.gms.internal.common.zzc.zze(parcel2, iObjectWrapperZzd);
|
||||
} else {
|
||||
if (i != 2) {
|
||||
return false;
|
||||
}
|
||||
int iZzc = zzc();
|
||||
parcel2.writeNoException();
|
||||
parcel2.writeInt(iZzc);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user