Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java1170 Utils.checkCallerHasScanWithoutLocationPermission(mContext); in startScan()
1256 Utils.checkCallerHasScanWithoutLocationPermission(mContext); in registerPiAndStartScan()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java1013 public static boolean checkCallerHasScanWithoutLocationPermission(Context context) { in checkCallerHasScanWithoutLocationPermission() method in Utils