Searched refs:DEFAULT_TIMEOUT_MS (Results 1 – 8 of 8) sorted by relevance
25 private const val DEFAULT_TIMEOUT_MS = 3000L constant69 val event = history.poll(DEFAULT_TIMEOUT_MS) in expectNotifyStatsUpdated()74 val event = history.poll(DEFAULT_TIMEOUT_MS)!! in expectNotifyStatsUpdated()84 assertEquals(CallbackType.NotifyWarningReached, history.poll(DEFAULT_TIMEOUT_MS)) in expectNotifyWarningReached()87 assertEquals(CallbackType.NotifyLimitReached, history.poll(DEFAULT_TIMEOUT_MS)) in expectNotifyWarningReached()90 assertEquals(CallbackType.NotifyWarningOrLimitReached, history.poll(DEFAULT_TIMEOUT_MS)) in expectNotifyWarningReached()93 assertEquals(CallbackType.NotifyAlertReached, history.poll(DEFAULT_TIMEOUT_MS)) in expectNotifyWarningReached()
23 private const val DEFAULT_TIMEOUT_MS = 200L constant51 assertEquals(CallbackType.OnRequestStatsUpdate(token), history.poll(DEFAULT_TIMEOUT_MS)) in expectOnRequestStatsUpdate()56 history.poll(DEFAULT_TIMEOUT_MS)) in expectOnSetWarningAndLimit()60 assertEquals(CallbackType.OnSetAlert(quotaBytes), history.poll(DEFAULT_TIMEOUT_MS)) in expectOnSetAlert()64 fun assertNoCallback(timeout: Long = DEFAULT_TIMEOUT_MS) { in assertNoCallback()
69 val DEFAULT_TIMEOUT_MS = 5000L constant185 val foundCallback = history.poll(DEFAULT_TIMEOUT_MS) in expectCallback()191 val foundCallback = history.poll(DEFAULT_TIMEOUT_MS) in expectCallback()197 history.poll(DEFAULT_TIMEOUT_MS) { it is T }.also { in eventuallyExpect()202 assertTrue(waitForIdle(DEFAULT_TIMEOUT_MS), in assertNoCallback()
26 private const val DEFAULT_TIMEOUT_MS = 200L constant30 val defaultTimeoutMs: Long = DEFAULT_TIMEOUT_MS
35 private static int DEFAULT_TIMEOUT_MS = 5000; field in SettingsHelper66 DEFAULT_TIMEOUT_MS); in syncSet()92 DEFAULT_TIMEOUT_MS); in syncDelete()
49 private static final long DEFAULT_TIMEOUT_MS = 1000; field in MffFilterTestCase124 process(DEFAULT_TIMEOUT_MS); in process()
75 private static final int DEFAULT_TIMEOUT_MS = 5000; field in TransitionController192 transition.mType == TRANSIT_CHANGE ? CHANGE_TIMEOUT_MS : DEFAULT_TIMEOUT_MS; in moveToCollecting()
148 private static final long DEFAULT_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(2L); field in InteractionJankMonitor984 private long mAttrTimeout = DEFAULT_TIMEOUT_MS;