Home
last modified time | relevance | path

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

/cts/tests/tests/companion/core/src/android/companion/cts/core/
DInactiveSelfManagedAssociationsRemovalTest.kt27 import android.companion.cts.common.sleepFor
59 sleepFor(1.seconds) in test_inactive_associations_removal()
71 sleepFor(1.seconds) in test_inactive_associations_removal()
89 sleepFor(1.seconds) in <lambda>()
100 sleepFor(1.seconds) in <lambda>()
120 sleepFor(1.seconds) in test_active_associations_do_not_get_removed()
131 sleepFor(1.seconds) in test_active_associations_do_not_get_removed()
/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DAssociationRevokedTest.kt21 import android.companion.cts.common.sleepFor
75 sleepFor(2.seconds) in <lambda>()
113 sleepFor(2.seconds) in <lambda>()
129 sleepFor(2.seconds) in <lambda>()
/cts/tests/tests/companion/common/src/android/companion/cts/common/
DTestBase.kt346 sleepFor(1.seconds) in assertOnlyPrimaryCompanionDeviceServiceNotified()
407 fun sleepFor(duration: Duration) = sleep(duration.inWholeMilliseconds) in setSystemProp() method