Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java323 && isAppOppAllowed(appOps, AppOpsManager.OP_FINE_LOCATION, callingPackage)) { in checkCallerHasCoarseLocation()
347 && isAppOppAllowed(appOps, AppOpsManager.OP_FINE_LOCATION, callingPackage)) { in checkCallerHasCoarseOrFineLocation()
355 && isAppOppAllowed(appOps, AppOpsManager.OP_FINE_LOCATION, callingPackage)) { in checkCallerHasCoarseOrFineLocation()
378 && isAppOppAllowed(appOps, AppOpsManager.OP_FINE_LOCATION, callingPackage)) { in checkCallerHasFineLocation()
438 private static boolean isAppOppAllowed(AppOpsManager appOps, int op, String callingPackage) { in isAppOppAllowed() method in Utils