Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java296 public static boolean checkCallerHasLocationPermission(Context context, AppOpsManager appOps, in checkCallerHasLocationPermission() method in Utils
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1581 scanClient.hasLocationPermission = Utils.checkCallerHasLocationPermission(this, mAppOps, in startScan()