Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java303 public static boolean blockedByLocationOff(Context context, UserHandle userHandle) { in blockedByLocationOff() method in Utils
314 if (blockedByLocationOff(context, userHandle)) { in checkCallerHasCoarseLocation()
339 if (blockedByLocationOff(context, userHandle)) { in checkCallerHasCoarseOrFineLocation()
370 if (blockedByLocationOff(context, userHandle)) { in checkCallerHasFineLocation()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1101 return client.hasLocationPermission && !Utils.blockedByLocationOff(this, client.userHandle); in hasScanResultPermission()