Searched refs:readTimerFromParcel (Results 1 – 1 of 1) sorted by relevance
3021 private StopwatchTimer readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, in readTimerFromParcel() method in BatteryStatsImpl.Uid.Wakelock3059 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.Sensor3115 mTimer = readTimerFromParcel(unpluggables, in); in readFromParcelLocked()