Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocationEventLog.java668 private long mSlowestIntervalMs = 0; field in LocationEventLog.AggregateStats
693 mSlowestIntervalMs = max(intervalMillis, mSlowestIntervalMs); in markRequestAdded()
756 + intervalToString(mSlowestIntervalMs) in toString()
787 private long mSlowestIntervalMs = 0; field in LocationEventLog.GnssMeasurementAggregateStats
806 mSlowestIntervalMs = max(intervalMillis, mSlowestIntervalMs); in markRequestAdded()
831 + intervalToString(mSlowestIntervalMs) in toString()