39 lines
1.9 KiB
Java
39 lines
1.9 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.pm.PackageManager;
|
||
|
import android.view.WindowManager;
|
||
|
import io.flutter.plugin.common.MethodChannel;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class fPT implements MethodChannel.MethodCallHandler {
|
||
|
private final PackageManager c;
|
||
|
private final WindowManager d;
|
||
|
|
||
|
public fPT(PackageManager packageManager, WindowManager windowManager) {
|
||
|
C14957gcv.e(packageManager, "");
|
||
|
C14957gcv.e(windowManager, "");
|
||
|
this.c = packageManager;
|
||
|
this.d = windowManager;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Can't wrap try/catch for region: R(22:3|(1:5)(1:72)|6|(1:8)(1:71)|9|(1:11)(1:70)|12|(1:14)|39|(2:41|(2:43|(2:45|(2:47|(2:49|(2:51|(2:53|(2:55|(2:57|(2:59|(2:61|(2:63|(2:65|(2:67|(12:69|17|(3:19|(2:21|22)(1:24)|23)|25|26|(2:29|27)|30|31|32|33|34|35)))))))))))))))|16|17|(0)|25|26|(1:27)|30|31|32|33|34|35) */
|
||
|
/* JADX WARN: Code restructure failed: missing block: B:15:0x012b, code lost:
|
||
|
|
||
|
if (o.gdZ.e(r1, "generic", false) == false) goto L20;
|
||
|
*/
|
||
|
/* JADX WARN: Removed duplicated region for block: B:19:0x0240 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:29:0x026b A[LOOP:1: B:27:0x0265->B:29:0x026b, LOOP_END] */
|
||
|
@Override // io.flutter.plugin.common.MethodChannel.MethodCallHandler
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public final void onMethodCall(io.flutter.plugin.common.MethodCall r9, io.flutter.plugin.common.MethodChannel.Result r10) {
|
||
|
/*
|
||
|
Method dump skipped, instructions count: 817
|
||
|
To view this dump add '--comments-level debug' option
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: o.fPT.onMethodCall(io.flutter.plugin.common.MethodCall, io.flutter.plugin.common.MethodChannel$Result):void");
|
||
|
}
|
||
|
}
|