Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java561 public static boolean hasDisavowedLocationForScan( in hasDisavowedLocationForScan() method in Utils
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2346 Utils.hasDisavowedLocationForScan(this, attributionSource, isTestModeEnabled()); in startScan()
2419 Utils.hasDisavowedLocationForScan(this, attributionSource, isTestModeEnabled()); in registerPiAndStartScan()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java2604 Utils.hasDisavowedLocationForScan(this, attributionSource, mTestModeEnabled); in startDiscovery()