Home
last modified time | relevance | path

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 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()
H A DBatteryStatsTimeBaseTest.java297 tb.computeRealtime(6666, BatteryStats.STATS_SINCE_CHARGED)); in testComputeRealtime()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java3449 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 DBatteryStatsImpl.java1903 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 Dboot-profile.txt231 Lcom/android/internal/os/BatteryStatsImpl$TimeBase;->computeRealtime(JI)J
/aosp14/frameworks/base/services/
H A Dart-profile9414 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 Dhiddenapi-max-target-o.txt35126 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