Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java121 private static final int ACTIVITY_START_TIMEOUT_MS = 5000; field in BackgroundActivityLaunchTest
160 receiver.waitForEventOrThrow(ACTIVITY_START_TIMEOUT_MS); in testBackgroundActivityBlockedInStartNextMatchingActivity()
884 receiver.waitForEventOrThrow(ACTIVITY_START_TIMEOUT_MS); in testPendingIntentBroadcastTimeout_noDelay_isNotBlocked()
907 receiver.waitForEventOrThrow(ACTIVITY_START_TIMEOUT_MS); in testPendingIntentBroadcastTimeout_delay1s_isNotBlocked()
935 receiver.waitForEventOrThrow(ACTIVITY_START_TIMEOUT_MS); in testPendingIntentBroadcastTimeout_delay12s_isBlocked()
1403 receiver.waitForEventOrThrow(ACTIVITY_START_TIMEOUT_MS); in sendBroadcastAndWait()