what-the-bank/sources/o/kat.java

24 lines
717 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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);
}
}