Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/
DUtilsTest.java121 assertThat(Utils.checkCallerHasCoarseLocation( in checkCallerHasCoarseLocation_doesNotCrash()
126 Utils.checkCallerHasCoarseLocation(context, context.getAttributionSource(), userHandle); in checkCallerHasCoarseLocation_doesNotCrash()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java889 public static boolean checkCallerHasCoarseLocation( in checkCallerHasCoarseLocation() method in Utils
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java4741 if (!Utils.checkCallerHasCoarseLocation(this, attributionSource, callingUser)) { in startDiscovery()