Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocationEventLog.java576 private long mActiveTimeTotalMs; field in LocationEventLog.AggregateStats
643 mActiveTimeTotalMs += realtimeMs - mActiveTimeLastUpdateRealtimeMs; in updateTotals()
658 + "/" + formatDuration(mActiveTimeTotalMs) + "/" in toString()