Home
last modified time | relevance | path

Searched refs:readStopwatchTimerFromParcel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java8915 private StopwatchTimer readStopwatchTimerFromParcel(int type, in readStopwatchTimerFromParcel() method in BatteryStatsImpl.Uid.Wakelock
8979 mTimerFull = readStopwatchTimerFromParcel(WAKE_TYPE_FULL, in readFromParcelLocked()
8981 mTimerWindow = readStopwatchTimerFromParcel(WAKE_TYPE_WINDOW, in readFromParcelLocked()
8983 mTimerDraw = readStopwatchTimerFromParcel(WAKE_TYPE_DRAW, in readFromParcelLocked()