Home
last modified time | relevance | path

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

/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBroadcastFreezerTest.java55 String.valueOf(SHORT_FREEZER_TIMEOUT_MS));
99 options.setTemporaryAppAllowlist(SHORT_FREEZER_TIMEOUT_MS, in testBroadcastOptions_appFreezingDelayed()
115 SystemClock.sleep(SHORT_FREEZER_TIMEOUT_MS + ERROR_MARGIN_MS in testBroadcastOptions_appFreezingDelayed()
118 + (SHORT_FREEZER_TIMEOUT_MS + ERROR_MARGIN_MS) + "ms", in testBroadcastOptions_appFreezingDelayed()
147 SystemClock.sleep(SHORT_FREEZER_TIMEOUT_MS + ERROR_MARGIN_MS); in testBroadcastDelivery_syncTxnWhileFrozen()
196 SystemClock.sleep(SHORT_FREEZER_TIMEOUT_MS / 2); in testBroadcastDelivery_pendingFreezeCancelled()
DBroadcastDeferralTest.java50 String.valueOf(SHORT_FREEZER_TIMEOUT_MS));
86 waitForProcessFreeze(testPid, SHORT_FREEZER_TIMEOUT_MS * 2); in testFgBroadcastDeliveryToFrozenApp_withDeferUntilActive()
145 waitForProcessFreeze(testPid, SHORT_FREEZER_TIMEOUT_MS * 2); in testFgBroadcastDeliveryToFrozenApp()
DBaseBroadcastTest.java64 protected static final long SHORT_FREEZER_TIMEOUT_MS = 5000; field in BaseBroadcastTest