Home
last modified time | relevance | path

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

/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DConditionProviderServiceTest.java70 private static final int BROADCAST_TIMEOUT_MS = 5000; field in ConditionProviderServiceTest
133 mModeReceiver.waitFor(1/*Secondary only*/, BROADCAST_TIMEOUT_MS); in testUnboundCPSMaintainsCondition_addsNewRule()
164 mModeReceiver.waitFor(2/*Legacy and Secondary*/, BROADCAST_TIMEOUT_MS); in testUnboundCPSMaintainsCondition_otherConditionChanges()
197 mModeReceiver.waitFor(2/*Legacy and Secondary*/, BROADCAST_TIMEOUT_MS); in testUnboundCPSMaintainsCondition_otherProviderRuleChanges()
/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationUtils.kt62 private const val BROADCAST_TIMEOUT_MS = 60000L in <lambda>() constant
126 countdownLatch.await(BROADCAST_TIMEOUT_MS, TimeUnit.MILLISECONDS)) in <lambda>()