Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocationEventLog.java70 private static final int EVENT_PROVIDER_STATIONARY_THROTTLED = 15; field in LocationEventLog
210 addLogEvent(EVENT_PROVIDER_STATIONARY_THROTTLED, provider, throttled, request); in logProviderStationaryThrottled()
261 case EVENT_PROVIDER_STATIONARY_THROTTLED: in createLogEvent()