Searched refs:unsafeCheckOpNoThrow (Results 1 – 8 of 8) sorted by relevance
626 return mAppOpsManager.unsafeCheckOpNoThrow( in getCrossProfileAppOp()
571 == mInjector.getAppOpsManager().unsafeCheckOpNoThrow(op, uid, packageName));
8221 public int unsafeCheckOpNoThrow(@NonNull String op, int uid, @NonNull String packageName) { in unsafeCheckOpNoThrow() method in AppOpsManager
20665 int currentMode = mInjector.getAppOpsManager().unsafeCheckOpNoThrow(20706 if (mInjector.getAppOpsManager().unsafeCheckOpNoThrow(21864 int mode = mInjector.getAppOpsManager().unsafeCheckOpNoThrow(
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
1168 HSPLandroid/app/AppOpsManager;->unsafeCheckOpNoThrow(Ljava/lang/String;ILjava/lang/String;)I
5014 method public int unsafeCheckOpNoThrow(@NonNull String, int, @NonNull String);