Searched refs:sleepDuration (Results 1 – 4 of 4) sorted by relevance
44 final int sleepDuration = 1000; in waitForBroadcastIdle() local47 Thread.sleep(sleepDuration); in waitForBroadcastIdle()50 Thread.sleep(sleepDuration); in waitForBroadcastIdle()
782 public WakeData(long wakeTime, @WakeReason int wakeReason, long sleepDuration) { in WakeData() argument785 this.sleepDuration = sleepDuration; in WakeData()789 public final long sleepDuration; field in PowerManager.WakeData796 && sleepDuration == other.sleepDuration; in equals()803 return Objects.hash(wakeTime, wakeReason, sleepDuration); in hashCode()
4700 final long sleepDuration = mPowerManagerInternal.getLastWakeup().sleepDuration; in shouldWakeUpWithHomeIntent() local4702 Log.i(TAG, "shouldWakeUpWithHomeIntent: sleepDuration= " + sleepDuration in shouldWakeUpWithHomeIntent()4705 return sleepDuration > mWakeUpToLastStateTimeout; in shouldWakeUpWithHomeIntent()
1972 assertThat(wakeData.sleepDuration).isEqualTo(eventTime3 - eventTime2); in testMultiDisplay_updatesLastGlobalWakeTime()1981 assertThat(wakeData.sleepDuration).isEqualTo(eventTime3 - eventTime2); in testMultiDisplay_updatesLastGlobalWakeTime()