Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3021 private StopwatchTimer readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, in readTimerFromParcel() method in BatteryStatsImpl.Uid.Wakelock
3059 mTimerPartial = readTimerFromParcel(WAKE_TYPE_PARTIAL, in readFromParcelLocked()
3061 mTimerFull = readTimerFromParcel(WAKE_TYPE_FULL, in readFromParcelLocked()
3063 mTimerWindow = readTimerFromParcel(WAKE_TYPE_WINDOW, in readFromParcelLocked()
3092 private StopwatchTimer readTimerFromParcel(ArrayList<Unpluggable> unpluggables, in readTimerFromParcel() method in BatteryStatsImpl.Uid.Sensor
3115 mTimer = readTimerFromParcel(unpluggables, in); in readFromParcelLocked()