Searched refs:computeRealtime (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsBackgroundStatsTest.java | 52 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase() 59 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase() 66 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase() 74 assertEquals(0, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase() 81 assertEquals(106_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase() 88 assertEquals(114_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase() 96 assertEquals(227_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase() 103 assertEquals(227_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testBgTimeBase() 152 assertEquals(150_000, bgtb.computeRealtime(cur, STATS_SINCE_CHARGED)); in testScreenOffBgTimeBase()
|
D | BatteryStatsTimeBaseTest.java | 297 tb.computeRealtime(6666, BatteryStats.STATS_SINCE_CHARGED)); in testComputeRealtime()
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 2953 public abstract long computeRealtime(long curTime, int which); in computeRealtime() method in BatteryStats 3735 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpCheckinLocked() 4506 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpLocked() 7857 computeRealtime(rawRealtimeUs, which) / 1000); in dumpProtoSystemLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 1230 public long computeRealtime(long curTime, int which) { in computeRealtime() method in BatteryStatsImpl.TimeBase 1302 out.writeLong(computeRealtime(realtime, STATS_SINCE_CHARGED)); in writeSummaryToParcel() 12469 public long computeRealtime(long curTime, int which) { in computeRealtime() method in BatteryStatsImpl 12482 return mOnBatteryTimeBase.computeRealtime(curTime, which); in computeBatteryRealtime() 12492 return mOnBatteryScreenOffTimeBase.computeRealtime(curTime, which); in computeBatteryScreenOffRealtime() 14041 out.writeLong(computeRealtime(NOWREAL_SYS, STATS_SINCE_CHARGED)); in writeSummaryToParcel()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20614 HSPLcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J 20872 HSPLcom/android/internal/os/BatteryStatsImpl;->computeRealtime(JI)J
|
D | hiddenapi-greylist-max-o.txt | 48965 Landroid/os/BatteryStats;->computeRealtime(JI)J 88084 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J 88494 Lcom/android/internal/os/BatteryStatsImpl;->computeRealtime(JI)J
|