Searched refs:TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
69 @VisibleForTesting internal const val TIMEOUT_MS: Long = 700 // mls constant112 handler!!.postDelayed(delayedPauseRunnable, TIMEOUT_MS) in activityPaused()
53 private static final long TIMEOUT_MS = 2000; field in TestUtils76 result = (T) monitor.waitForActivityWithTimeout(TIMEOUT_MS); in recreateActivity()
78 Thread.sleep(ProcessLifecycleOwner.TIMEOUT_MS * 2); in setup()