Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DLauncherPrefsTest.kt40 private const val WAIT_TIME_IN_SECONDS = 3L constant
73 assertThat(latch.await(WAIT_TIME_IN_SECONDS, TimeUnit.SECONDS)).isTrue() in addListener_listeningForStringItemUpdates_isCorrectlyNotifiedOfUpdates()
89 assertThat(latch.await(WAIT_TIME_IN_SECONDS, TimeUnit.SECONDS)).isFalse() in removeListener_previouslyListeningForStringItemUpdates_isNoLongerNotifiedOfUpdates()
106 assertThat(latch.await(WAIT_TIME_IN_SECONDS, TimeUnit.SECONDS)).isTrue() in addListenerAndRemoveListener_forMultipleItems_bothWorkProperly()
117 assertThat(latch.await(WAIT_TIME_IN_SECONDS, TimeUnit.SECONDS)).isFalse() in addListenerAndRemoveListener_forMultipleItems_bothWorkProperly()