Home
last modified time | relevance | path

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

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