Searched refs:getVideoTurnedOnTimer (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | MediaPowerCalculator.java | 51 final BatteryStats.Timer videoTimer = u.getVideoTurnedOnTimer(); in calculateApp()
|
H A D | VideoPowerCalculator.java | 68 final long durationMs = mPowerEstimator.calculateDuration(u.getVideoTurnedOnTimer(), in calculateApp()
|
H A D | BatteryStatsImpl.java | 8605 public Timer getVideoTurnedOnTimer() { in getVideoTurnedOnTimer() method in BatteryStatsImpl.Uid
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | PowerCalculatorTest.java | 62 when(u.getVideoTurnedOnTimer()).thenReturn(videoTimer); in testMediaPowerCalculator()
|
H A D | UserPowerCalculatorTest.java | 141 long durationMs = u.getVideoTurnedOnTimer().getTotalTimeLocked(rawRealtimeUs, 0); in calculateApp()
|
/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
H A D | FakeUid.java | 207 public Timer getVideoTurnedOnTimer() { in getVideoTurnedOnTimer() method in FakeUid
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | HealthStatsBatteryStatsWriter.java | 238 addTimer(uidWriter, UidHealthStats.TIMER_VIDEO, uid.getVideoTurnedOnTimer()); in writeUid()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 802 public abstract Timer getVideoTurnedOnTimer(); in getVideoTurnedOnTimer() method in BatteryStats.Uid 4502 dumpTimer(pw, uid, category, VIDEO_DATA, u.getVideoTurnedOnTimer(), in dumpCheckinLocked() 6074 uidActivity |= printTimer(pw, sb, u.getVideoTurnedOnTimer(), rawRealtime, which, in dumpLocked() 7799 dumpTimer(proto, UidProto.VIDEO, u.getVideoTurnedOnTimer(), rawRealtimeUs, which); in dumpProtoAppsLocked()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 77202 Lcom/android/internal/os/BatteryStatsImpl$Uid;->getVideoTurnedOnTimer()Lcom/android/internal/os/Bat…
|