41 lines
1.7 KiB
Java
41 lines
1.7 KiB
Java
package com.google.android.gms.common.internal;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.IBinder;
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class zzab extends com.google.android.gms.internal.common.zzb implements IGmsCallbacks {
|
|
public zzab() {
|
|
super("com.google.android.gms.common.internal.IGmsCallbacks");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.common.zzb
|
|
public final boolean zza(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
|
if (i == 1) {
|
|
int readInt = parcel.readInt();
|
|
IBinder readStrongBinder = parcel.readStrongBinder();
|
|
Bundle bundle = (Bundle) com.google.android.gms.internal.common.zzc.zza(parcel, Bundle.CREATOR);
|
|
com.google.android.gms.internal.common.zzc.zzb(parcel);
|
|
onPostInitComplete(readInt, readStrongBinder, bundle);
|
|
} else if (i == 2) {
|
|
int readInt2 = parcel.readInt();
|
|
Bundle bundle2 = (Bundle) com.google.android.gms.internal.common.zzc.zza(parcel, Bundle.CREATOR);
|
|
com.google.android.gms.internal.common.zzc.zzb(parcel);
|
|
zzb(readInt2, bundle2);
|
|
} else {
|
|
if (i != 3) {
|
|
return false;
|
|
}
|
|
int readInt3 = parcel.readInt();
|
|
IBinder readStrongBinder2 = parcel.readStrongBinder();
|
|
zzj zzjVar = (zzj) com.google.android.gms.internal.common.zzc.zza(parcel, zzj.CREATOR);
|
|
com.google.android.gms.internal.common.zzc.zzb(parcel);
|
|
zzc(readInt3, readStrongBinder2, zzjVar);
|
|
}
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
}
|