32 lines
1.7 KiB
Java
32 lines
1.7 KiB
Java
package p007;
|
||
|
||
import android.os.IBinder;
|
||
import de.robv.android.xposed.XposedBridge;
|
||
import p004.C0016;
|
||
|
||
/* JADX INFO: renamed from: Ԯ.Ԯ, reason: contains not printable characters */
|
||
/* JADX INFO: loaded from: classes.dex */
|
||
public class C0025 {
|
||
/* JADX INFO: renamed from: Ϳ, reason: contains not printable characters */
|
||
public static boolean m26(ClassLoader classLoader, String str, IBinder iBinder) {
|
||
try {
|
||
C0023.m22(null, C0023.m21(C0016.m12(new byte[]{-22, -33, 60, 61, 125, -26, -11, -42, -28, -62, 118, 28, 119, -3, -25, -111, -24, -44, 21, 46, 124, -18, -10, -99, -7}, new byte[]{-117, -79, 88, 79, 18, -113, -111, -8}), true, classLoader), C0016.m12(new byte[]{-5, -43, -7, 119, -35, -104, -3, 49, -7, -44}, new byte[]{-102, -79, -99, 36, -72, -22, -117, 88}), new Class[]{String.class, IBinder.class}, new Object[]{str, iBinder});
|
||
return true;
|
||
} catch (Throwable th) {
|
||
th.printStackTrace();
|
||
XposedBridge.log(th);
|
||
return false;
|
||
}
|
||
}
|
||
|
||
/* JADX INFO: renamed from: Ԩ, reason: contains not printable characters */
|
||
public static IBinder m27(ClassLoader classLoader, String str) {
|
||
try {
|
||
return (IBinder) C0023.m22(null, C0023.m21(C0016.m12(new byte[]{-95, -26, 52, -61, 103, 110, -72, -88, -81, -5, 126, -30, 109, 117, -86, -17, -93, -19, 29, -48, 102, 102, -69, -29, -78}, new byte[]{-64, -120, 80, -79, 8, 7, -36, -122}), true, classLoader), C0016.m12(new byte[]{-9, -9, -45, -118, -124, -16, -67, -105, -13, -9}, new byte[]{-112, -110, -89, -39, -31, -126, -53, -2}), new Class[]{String.class}, new Object[]{str});
|
||
} catch (Exception e) {
|
||
e.printStackTrace();
|
||
return null;
|
||
}
|
||
}
|
||
}
|