Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocationEventLog.java568 private long mSlowestIntervalMs = 0; field in LocationEventLog.AggregateStats
593 mSlowestIntervalMs = max(intervalMillis, mSlowestIntervalMs); in markRequestAdded()
656 + intervalToString(mSlowestIntervalMs) in toString()