Searched refs:getLastWakeup (Results 1 – 4 of 4) sorted by relevance
331 public abstract PowerManager.WakeData getLastWakeup(); in getLastWakeup() method in PowerManagerInternal
2119 PowerManager.WakeData wakeData = mService.getLocalServiceInstance().getLastWakeup(); in testMultiDisplay_updatesLastGlobalWakeTime()2130 PowerManager.WakeData wakeData2 = mService.getLocalServiceInstance().getLastWakeup(); in testMultiDisplay_updatesLastGlobalWakeTime()2240 PowerManager.WakeData initialWakeData = mService.getLocalServiceInstance().getLastWakeup(); in testLastSleepTime_notUpdatedWhenDreaming()2244 assertThat(mService.getLocalServiceInstance().getLastWakeup()).isEqualTo(initialWakeData); in testLastSleepTime_notUpdatedWhenDreaming()
1133 final PowerManager.WakeData lastWakeUp = mPowerManagerInternal.getLastWakeup(); in sleepDefaultDisplayFromPowerButton()5089 mPowerManagerInternal.getLastWakeup().sleepDurationRealtime;
7031 public PowerManager.WakeData getLastWakeup() {