discord-jadx/app/src/main/java/c/i/a/f/e/k/h.java

49 lines
2.0 KiB
Java

package c.i.a.f.e.k;
import android.os.Bundle;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
import android.util.Log;
import c.i.a.f.e.k.b;
import c.i.a.f.h.g.c;
import com.airbnb.lottie.parser.AnimatableValueParser;
import com.google.android.gms.common.internal.zzc;
import java.util.Objects;
/* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */
public interface h extends IInterface {
/* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */
public static abstract class a extends c.i.a.f.h.g.a implements h {
public a() {
super("com.google.android.gms.common.internal.IGmsCallbacks");
}
@Override // c.i.a.f.h.g.a
public final boolean e(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
if (i == 1) {
((b.j) this).g(parcel.readInt(), parcel.readStrongBinder(), (Bundle) c.a(parcel, Bundle.CREATOR));
} else if (i == 2) {
parcel.readInt();
Bundle bundle = (Bundle) c.a(parcel, Bundle.CREATOR);
Log.wtf("GmsClient", "received deprecated onAccountValidationComplete callback, ignoring", new Exception());
} else if (i != 3) {
return false;
} else {
int readInt = parcel.readInt();
IBinder readStrongBinder = parcel.readStrongBinder();
zzc zzc = (zzc) c.a(parcel, zzc.CREATOR);
b.j jVar = (b.j) this;
b bVar = jVar.a;
AnimatableValueParser.z(bVar, "onPostInitCompleteWithConnectionInfo can be called only once per call togetRemoteService");
Objects.requireNonNull(zzc, "null reference");
bVar.v = zzc;
jVar.g(readInt, readStrongBinder, zzc.i);
}
parcel2.writeNoException();
return true;
}
}
}