's'
This commit is contained in:
114
recovered_source/out_xposed/sources/p001/InterfaceC0001.java
Normal file
114
recovered_source/out_xposed/sources/p001/InterfaceC0001.java
Normal file
@@ -0,0 +1,114 @@
|
||||
package p001;
|
||||
|
||||
import android.os.Binder;
|
||||
import android.os.IBinder;
|
||||
import android.os.IInterface;
|
||||
import android.os.Parcel;
|
||||
|
||||
/* JADX INFO: renamed from: Ԩ.Ϳ, reason: contains not printable characters */
|
||||
/* JADX INFO: loaded from: classes.dex */
|
||||
public interface InterfaceC0001 extends IInterface {
|
||||
|
||||
/* JADX INFO: renamed from: Ԩ.Ϳ$Ϳ, reason: contains not printable characters */
|
||||
public static abstract class AbstractBinderC0002 extends Binder implements InterfaceC0001 {
|
||||
|
||||
/* JADX INFO: renamed from: Ԩ.Ϳ$Ϳ$Ϳ, reason: contains not printable characters */
|
||||
public static class C0003 implements InterfaceC0001 {
|
||||
|
||||
/* JADX INFO: renamed from: Ԩ, reason: contains not printable characters */
|
||||
public static InterfaceC0001 f0;
|
||||
|
||||
/* JADX INFO: renamed from: Ϳ, reason: contains not printable characters */
|
||||
public IBinder f1;
|
||||
|
||||
public C0003(IBinder iBinder) {
|
||||
this.f1 = iBinder;
|
||||
}
|
||||
|
||||
@Override // android.os.IInterface
|
||||
public IBinder asBinder() {
|
||||
return this.f1;
|
||||
}
|
||||
|
||||
@Override // p001.InterfaceC0001
|
||||
/* JADX INFO: renamed from: Ԩ */
|
||||
public void mo2(IBinder iBinder) {
|
||||
Parcel parcelObtain = Parcel.obtain();
|
||||
Parcel parcelObtain2 = Parcel.obtain();
|
||||
try {
|
||||
parcelObtain.writeInterfaceToken("com.lerist.aidl.fakelocation.IXPServer");
|
||||
parcelObtain.writeStrongBinder(iBinder);
|
||||
if (this.f1.transact(3, parcelObtain, parcelObtain2, 0) || AbstractBinderC0002.m6() == null) {
|
||||
parcelObtain2.readException();
|
||||
} else {
|
||||
AbstractBinderC0002.m6().mo2(iBinder);
|
||||
}
|
||||
} finally {
|
||||
parcelObtain2.recycle();
|
||||
parcelObtain.recycle();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public AbstractBinderC0002() {
|
||||
attachInterface(this, "com.lerist.aidl.fakelocation.IXPServer");
|
||||
}
|
||||
|
||||
/* JADX INFO: renamed from: ԫ, reason: contains not printable characters */
|
||||
public static InterfaceC0001 m5(IBinder iBinder) {
|
||||
if (iBinder == null) {
|
||||
return null;
|
||||
}
|
||||
IInterface iInterfaceQueryLocalInterface = iBinder.queryLocalInterface("com.lerist.aidl.fakelocation.IXPServer");
|
||||
return (iInterfaceQueryLocalInterface == null || !(iInterfaceQueryLocalInterface instanceof InterfaceC0001)) ? new C0003(iBinder) : (InterfaceC0001) iInterfaceQueryLocalInterface;
|
||||
}
|
||||
|
||||
/* JADX INFO: renamed from: Ԭ, reason: contains not printable characters */
|
||||
public static InterfaceC0001 m6() {
|
||||
return C0003.f0;
|
||||
}
|
||||
|
||||
@Override // android.os.IInterface
|
||||
public IBinder asBinder() {
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override // android.os.Binder
|
||||
public boolean onTransact(int i, Parcel parcel, Parcel parcel2, int i2) {
|
||||
if (i == 1) {
|
||||
parcel.enforceInterface("com.lerist.aidl.fakelocation.IXPServer");
|
||||
boolean zMo4 = mo4(parcel.readString(), parcel.readString(), parcel.readString());
|
||||
parcel2.writeNoException();
|
||||
parcel2.writeInt(zMo4 ? 1 : 0);
|
||||
return true;
|
||||
}
|
||||
if (i == 2) {
|
||||
parcel.enforceInterface("com.lerist.aidl.fakelocation.IXPServer");
|
||||
boolean zMo3 = mo3();
|
||||
parcel2.writeNoException();
|
||||
parcel2.writeInt(zMo3 ? 1 : 0);
|
||||
return true;
|
||||
}
|
||||
if (i != 3) {
|
||||
if (i != 1598968902) {
|
||||
return super.onTransact(i, parcel, parcel2, i2);
|
||||
}
|
||||
parcel2.writeString("com.lerist.aidl.fakelocation.IXPServer");
|
||||
return true;
|
||||
}
|
||||
parcel.enforceInterface("com.lerist.aidl.fakelocation.IXPServer");
|
||||
mo2(parcel.readStrongBinder());
|
||||
parcel2.writeNoException();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
/* JADX INFO: renamed from: Ԩ, reason: contains not printable characters */
|
||||
void mo2(IBinder iBinder);
|
||||
|
||||
/* JADX INFO: renamed from: ԩ, reason: contains not printable characters */
|
||||
boolean mo3();
|
||||
|
||||
/* JADX INFO: renamed from: Ԫ, reason: contains not printable characters */
|
||||
boolean mo4(String str, String str2, String str3);
|
||||
}
|
||||
Reference in New Issue
Block a user