Searched refs:SHORT_FREEZER_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
55 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()
50 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()
64 protected static final long SHORT_FREEZER_TIMEOUT_MS = 5000; field in BaseBroadcastTest