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.java2901 public abstract long computeRealtime(long curTime, int which); in computeRealtime() method in BatteryStats
3683 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpCheckinLocked()
4454 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpLocked()
7801 computeRealtime(rawRealtimeUs, which) / 1000); in dumpProtoSystemLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1228 public long computeRealtime(long curTime, int which) { in computeRealtime() method in BatteryStatsImpl.TimeBase
1300 out.writeLong(computeRealtime(realtime, STATS_SINCE_CHARGED)); in writeSummaryToParcel()
12461 public long computeRealtime(long curTime, int which) { in computeRealtime() method in BatteryStatsImpl
12474 return mOnBatteryTimeBase.computeRealtime(curTime, which); in computeBatteryRealtime()
12484 return mOnBatteryScreenOffTimeBase.computeRealtime(curTime, which); in computeBatteryScreenOffRealtime()
14042 out.writeLong(computeRealtime(NOWREAL_SYS, STATS_SINCE_CHARGED)); in writeSummaryToParcel()
/frameworks/base/config/
Dboot-image-profile.txt20615 HSPLcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
20873 HSPLcom/android/internal/os/BatteryStatsImpl;->computeRealtime(JI)J
Dhiddenapi-greylist-max-o.txt52496 Landroid/os/BatteryStats;->computeRealtime(JI)J
94438 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
94861 Lcom/android/internal/os/BatteryStatsImpl;->computeRealtime(JI)J