Searched refs:SleepData (Results 1 – 5 of 5) sorted by relevance
342 public abstract PowerManager.SleepData getLastGoToSleep(); in getLastGoToSleep()
826 public static class SleepData { class in PowerManager827 public SleepData(long goToSleepUptimeMillis, @GoToSleepReason int goToSleepReason) { in SleepData() method in PowerManager.SleepData836 if (o instanceof SleepData) { in equals()837 final SleepData other = (SleepData) o; in equals()
488 PowerManager.SleepData sleepData = pm.getLastGoToSleep(); in shouldCancelVibrationOnScreenOff()
1008 new PowerManager.SleepData(sleepTime, reason)); in mockGoToSleep()
7010 private PowerManager.SleepData getLastGoToSleepInternal() {7012 return new PowerManager.SleepData(mLastGlobalSleepTime, mLastGlobalSleepReason);7241 public PowerManager.SleepData getLastGoToSleep() {