Searched refs:BROADCAST_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
70 private static final int BROADCAST_TIMEOUT_MS = 5000; field in ConditionProviderServiceTest133 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()
62 private const val BROADCAST_TIMEOUT_MS = 60000L in <lambda>() constant126 countdownLatch.await(BROADCAST_TIMEOUT_MS, TimeUnit.MILLISECONDS)) in <lambda>()