Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsBackgroundStatsTest.java57 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
64 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
71 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
79 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
86 assertEquals(106_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
93 assertEquals(114_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
101 assertEquals(227_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
108 assertEquals(227_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
158 assertEquals(150_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testScreenOffBgTimeBase()
DBatteryStatsTimeBaseTest.java297 tb.computeRealtime(6666, BatteryStats.STATS_SINCE_CHARGED)); in testComputeRealtime()
/frameworks/base/core/java/android/os/
DBatteryStats.java3512 public abstract long computeRealtime(long curTime, int which); in computeRealtime() method in BatteryStats
4495 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpCheckinLocked()
5229 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpLocked()
8694 computeRealtime(rawRealtimeUs, which) / 1000); in dumpProtoSystemLocked()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java2434 public long computeRealtime(long curTimeUs, int which) { in computeRealtime() method in BatteryStatsImpl.TimeBase
2508 out.writeLong(computeRealtime(elapsedRealtimeUs, STATS_SINCE_CHARGED)); in writeSummaryToParcel()
15327 public long computeRealtime(long curTimeUs, int which) {
15338 return mOnBatteryTimeBase.computeRealtime(curTimeUs, which);
15348 return mOnBatteryScreenOffTimeBase.computeRealtime(curTimeUs, which);
17100 out.writeLong(computeRealtime(nowRealtime, STATS_SINCE_CHARGED));
/frameworks/base/boot/
Dboot-profile.txt231 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
/frameworks/base/services/
Dart-wear-profile17022 PLcom/android/server/power/stats/BatteryStatsImpl$TimeBase;->computeRealtime(J)J
17176 PLcom/android/server/power/stats/BatteryStatsImpl;->computeRealtime(JI)J
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt34483 Landroid/os/BatteryStats;->computeRealtime(JI)J
73012 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
73422 Lcom/android/internal/os/BatteryStatsImpl;->computeRealtime(JI)J