Searched refs:computeRealtime (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A 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()
|
H A D | BatteryStatsTimeBaseTest.java | 297 tb.computeRealtime(6666, BatteryStats.STATS_SINCE_CHARGED)); in testComputeRealtime()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 3449 public abstract long computeRealtime(long curTime, int which); in computeRealtime() method in BatteryStats 4406 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpCheckinLocked() 5136 final long totalRealtime = computeRealtime(rawRealtime, which); in dumpLocked() 8505 computeRealtime(rawRealtimeUs, which) / 1000); in dumpProtoSystemLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 1903 public long computeRealtime(long curTimeUs, int which) { in computeRealtime() method in BatteryStatsImpl.TimeBase 1977 out.writeLong(computeRealtime(elapsedRealtimeUs, STATS_SINCE_CHARGED)); in writeSummaryToParcel() 14644 public long computeRealtime(long curTimeUs, int which) { 14655 return mOnBatteryTimeBase.computeRealtime(curTimeUs, which); 14665 return mOnBatteryScreenOffTimeBase.computeRealtime(curTimeUs, which); 16323 out.writeLong(computeRealtime(nowRealtime, STATS_SINCE_CHARGED));
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 231 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 9414 HSPLcom/android/server/power/stats/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J+]Lcom/android/s… 9630 HSPLcom/android/server/power/stats/BatteryStatsImpl;->computeRealtime(JI)J
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35126 Landroid/os/BatteryStats;->computeRealtime(JI)J 73655 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J 74065 Lcom/android/internal/os/BatteryStatsImpl;->computeRealtime(JI)J
|