Searched refs:sleepFor (Results 1 – 3 of 3) sorted by relevance
27 import android.companion.cts.common.sleepFor59 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()
21 import android.companion.cts.common.sleepFor75 sleepFor(2.seconds) in <lambda>()113 sleepFor(2.seconds) in <lambda>()129 sleepFor(2.seconds) in <lambda>()
346 sleepFor(1.seconds) in assertOnlyPrimaryCompanionDeviceServiceNotified()407 fun sleepFor(duration: Duration) = sleep(duration.inWholeMilliseconds) in setSystemProp() method