Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java584 if (!isThrottlingExemptLocked(record.mReceiver.mCallerIdentity)) { in onUidImportanceChangedLocked()
624 if (foreground || isThrottlingExemptLocked(callerIdentity)) { in updateGnssDataProviderOnUidImportanceChangedLocked()
2181 if (!providerRequest.locationSettingsIgnored && !isThrottlingExemptLocked( in applyRequirementsLocked()
2273 private boolean isThrottlingExemptLocked(CallerIdentity callerIdentity) { in isThrottlingExemptLocked() method in LocationManagerService
2583 + (isThrottlingExemptLocked(receiver.mCallerIdentity) in requestLocationUpdatesLocked()
2979 if (isThrottlingExemptLocked(callerIdentity) in addGnssDataListener()
3790 + isThrottlingExemptLocked(callerIdentity)); in dumpGnssDataListenersLocked()