Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1452 if (!provider.isUseableLocked() && !isSettingsExemptLocked(updateRecord)) { in updateMonitoring()
2093 if (isSettingsExemptLocked(record)) { in updateProviderUseableLocked()
2168 if (isSettingsExemptLocked(record)) { in applyRequirementsLocked()
2287 private boolean isSettingsExemptLocked(UpdateRecord record) { in isSettingsExemptLocked() method in LocationManagerService
2592 if (!provider.isUseableLocked() && !isSettingsExemptLocked(record)) { in requestLocationUpdatesLocked()
3348 if (!provider.isUseableLocked() && !isSettingsExemptLocked(r)) { in handleLocationChangedLocked()
/frameworks/base/services/
Dart-profile1314 HSPLcom/android/server/LocationManagerService;->isSettingsExemptLocked(Lcom/android/server/Location…