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.java340 if (!isThrottlingExemptLocked(record.mReceiver.mIdentity)) { in systemRunning()
355 if (foreground || isThrottlingExemptLocked(entry.getValue())) { in systemRunning()
369 if (foreground || isThrottlingExemptLocked(entry.getValue())) { in systemRunning()
1733 if (!isThrottlingExemptLocked(record.mReceiver.mIdentity)) { in applyRequirementsLocked()
1816 private boolean isThrottlingExemptLocked(Identity identity) { in isThrottlingExemptLocked() method in LocationManagerService
2056 + (isThrottlingExemptLocked(receiver.mIdentity) in requestLocationUpdatesLocked()
2297 if (isThrottlingExemptLocked(callerIdentity) in addGnssMeasurementsListener()
2334 if (isThrottlingExemptLocked(callerIdentity) in addGnssNavigationMessageListener()