Searched refs:computeRealtime (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BatteryStatsBackgroundStatsTest.java | 64 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()
|
D | BatteryStatsTimeBaseTest.java | 297 tb.computeRealtime(6666, BatteryStats.STATS_SINCE_CHARGED)); in testComputeRealtime()
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 3489 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/ |
D | BatteryStatsImpl.java | 2216 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/ |
D | boot-profile.txt | 231 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
|
/frameworks/base/services/ |
D | art-profile | 3080 HSPLcom/android/server/power/stats/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J+]Lcom/android/s…
|
D | art-wear-profile | 21949 HSPLcom/android/server/power/stats/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J 22081 HSPLcom/android/server/power/stats/BatteryStatsImpl;->computeRealtime(JI)J
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 34483 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
|