Searched refs:isSettingsExemptLocked (Results 1 – 2 of 2) sorted by relevance
1452 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 LocationManagerService2592 if (!provider.isUseableLocked() && !isSettingsExemptLocked(record)) { in requestLocationUpdatesLocked()3348 if (!provider.isUseableLocked() && !isSettingsExemptLocked(r)) { in handleLocationChangedLocked()
1314 HSPLcom/android/server/LocationManagerService;->isSettingsExemptLocked(Lcom/android/server/Location…