Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocationEventLog.java465 private final boolean mStationaryThrottled; field in LocationEventLog.ProviderStationaryThrottledEvent
471 mStationaryThrottled = stationaryThrottled; in ProviderStationaryThrottledEvent()
477 return mProvider + " provider stationary/idle " + (mStationaryThrottled ? "throttled" in toString()