Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsBackgroundStatsTest.java52 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()
DBatteryStatsTimeBaseTest.java297 tb.computeRealtime(6666, BatteryStats.STATS_SINCE_CHARGED)); in testComputeRealtime()
/frameworks/base/core/java/android/os/
DBatteryStats.java2953 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/
DBatteryStatsImpl.java1230 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/
Dboot-image-profile.txt20614 HSPLcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
20872 HSPLcom/android/internal/os/BatteryStatsImpl;->computeRealtime(JI)J
Dhiddenapi-greylist-max-o.txt48965 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