Searched refs:isAppOppAllowed (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java283 && isAppOppAllowed(appOps, AppOpsManager.OP_FINE_LOCATION, callingPackage)) {
289 && isAppOppAllowed(appOps, AppOpsManager.OP_COARSE_LOCATION, callingPackage)) {
345 private static boolean isAppOppAllowed(AppOpsManager appOps, int op, String callingPackage) { method in class:Utils

Completed in 118 milliseconds