Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTestUtil.java139 long totalDurationMs, long pnoDurationMs) { in buildDeviceMobilityStatePnoScanStats() argument
143 stats.totalDurationMs = totalDurationMs; in buildDeviceMobilityStatePnoScanStats()
173 expectedStats.totalDurationMs, actualStats.totalDurationMs); in assertDeviceMobilityStatePnoScanStatsEqual()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java1064 double totalDurationMs = (nextTS - prevTS) / 1000000.0;
1066 totalFramesDropped = (int) (totalDurationMs / expectedDurationMs) - 2;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2969 line.append(",total_duration_ms=" + stats.totalDurationMs); in printDeviceMobilityStatePnoScanStats()
4677 stats.totalDurationMs = 0;
4691 stats.totalDurationMs += now - mCurrentDeviceMobilityStateStartMs;
/frameworks/base/core/java/android/os/
DBatteryStats.java3436 final long totalDurationMs = timer.getTotalDurationMsLocked(rawRealtimeUs / 1000); in dumpTimer() local
3438 || totalDurationMs != -1) { in dumpTimer()
3449 if (totalDurationMs != -1) { in dumpTimer()
3450 proto.write(TimerProto.TOTAL_DURATION_MS, totalDurationMs); in dumpTimer()