24 lines
717 B
Java
24 lines
717 B
Java
|
package o;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
import android.os.IBinder;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class kat extends Aqf implements InterfaceC17264vMx {
|
||
|
public kat(IBinder iBinder) {
|
||
|
super(iBinder, "com.google.android.play.core.integrity.protocol.IIntegrityService");
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
@Override // o.InterfaceC17264vMx
|
||
|
public final void NE_(Bundle bundle, InterfaceC12139esa interfaceC12139esa) throws RemoteException {
|
||
|
Parcel a = a();
|
||
|
a.writeInt(1);
|
||
|
bundle.writeToParcel(a, 0);
|
||
|
a.writeStrongBinder(interfaceC12139esa);
|
||
|
NA_(a);
|
||
|
}
|
||
|
}
|