- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
52 lines
1.6 KiB
Java
52 lines
1.6 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzfpm extends zzayb implements zzfpn {
|
|
public zzfpm() {
|
|
super("com.google.android.gms.gass.internal.clearcut.IGassClearcut");
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzayb
|
|
public final boolean zzdD(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
|
switch (i) {
|
|
case 2:
|
|
IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
parcel.readString();
|
|
zzayc.zzc(parcel);
|
|
break;
|
|
case 3:
|
|
break;
|
|
case 4:
|
|
parcel.createIntArray();
|
|
zzayc.zzc(parcel);
|
|
break;
|
|
case 5:
|
|
parcel.createByteArray();
|
|
zzayc.zzc(parcel);
|
|
break;
|
|
case 6:
|
|
parcel.readInt();
|
|
zzayc.zzc(parcel);
|
|
break;
|
|
case 7:
|
|
parcel.readInt();
|
|
zzayc.zzc(parcel);
|
|
break;
|
|
case 8:
|
|
IObjectWrapper.Stub.asInterface(parcel.readStrongBinder());
|
|
parcel.readString();
|
|
parcel.readString();
|
|
zzayc.zzc(parcel);
|
|
break;
|
|
default:
|
|
return false;
|
|
}
|
|
parcel2.writeNoException();
|
|
return true;
|
|
}
|
|
}
|