Home
last modified time | relevance | path

Searched refs:hasLocationPermission (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DEmergencyCallHelper.java90 if (hasLocationPermission()) { in shouldGrantTemporaryLocationPermission()
125 private boolean hasLocationPermission() { in hasLocationPermission() method in EmergencyCallHelper
/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java207 if (!hasLocationPermission()) { in onInCallScreenReady()
783 if (!hasLocationPermission()) { in getLocationFragment()
829 private boolean hasLocationPermission() { in hasLocationPermission() method in CallCardPresenter
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanClient.java40 boolean hasLocationPermission; field in ScanClient
DGattService.java871 || (client.hasLocationPermission && locationEnabled)); in hasScanResultPermission()
1602 scanClient.hasLocationPermission = Utils.checkCallerHasLocationPermission(this, mAppOps, in startScan()
1654 scanClient.hasLocationPermission = app.hasLocationPermisson; in continuePiStartScan()
/packages/apps/Messaging/src/com/android/messaging/util/
DOsUtil.java229 public static boolean hasLocationPermission() { in hasLocationPermission() method in OsUtil