Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsBackgroundStatsTest.java64 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
71 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
78 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
86 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
93 assertEquals(106_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
100 assertEquals(114_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
108 assertEquals(227_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
115 assertEquals(227_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase()
165 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.java3489 public abstract long computeRealtime(long curTime, int which); in computeRealtime() method in BatteryStats
4457 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpCheckinLocked()
5191 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpLocked()
8529 computeRealtime(rawRealtimeUs, which) / 1000); in dumpProtoSystemLocked()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java2216 public long computeRealtime(long curTimeUs, int which) { in computeRealtime() method in BatteryStatsImpl.TimeBase
2290 out.writeLong(computeRealtime(elapsedRealtimeUs, STATS_SINCE_CHARGED)); in writeSummaryToParcel()
15217 public long computeRealtime(long curTimeUs, int which) {
15228 return mOnBatteryTimeBase.computeRealtime(curTimeUs, which);
15238 return mOnBatteryScreenOffTimeBase.computeRealtime(curTimeUs, which);
16948 out.writeLong(computeRealtime(nowRealtime, STATS_SINCE_CHARGED));
/frameworks/base/config/
Dboot-profile.txt231 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
/frameworks/base/services/
Dart-profile3080 HSPLcom/android/server/power/stats/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J+]Lcom/android/s…
Dart-wear-profile21949 HSPLcom/android/server/power/stats/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
22081 HSPLcom/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