Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocationEventLog.java671 private long mAddedTimeTotalMs; field in LocationEventLog.AggregateStats
738 mAddedTimeTotalMs += realtimeMs - mAddedTimeLastUpdateRealtimeMs; in updateTotals()
757 + ", total/active/foreground duration = " + formatDuration(mAddedTimeTotalMs) in toString()
781 private long mAddedTimeTotalMs; field in LocationEventLog.GnssMeasurementAggregateStats
822 mAddedTimeTotalMs += realtimeMs - mAddedTimeLastUpdateRealtimeMs; in updateTotals()
832 + ", total duration = " + formatDuration(mAddedTimeTotalMs) in toString()