Searched refs:ACTIVITY_WAIT_TIME_OUT_MS (Results 1 – 2 of 2) sorted by relevance
77 private static final long ACTIVITY_WAIT_TIME_OUT_MS = 10_000L; field in CarInputTest149 latch.await(ACTIVITY_WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)).isTrue(); in testHomeKeyForAnyPassengerMainDisplay_bringsHomeForThePassengerDisplayOnly()201 latch.await(ACTIVITY_WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)).isTrue(); in testBackKeyForAnyPassengerMainDisplay()234 latch.await(ACTIVITY_WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)).isTrue(); in testAKeyForAnyPassengerMainDisplay()266 latch.await(ACTIVITY_WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)).isTrue(); in testPowerKeyForAnyPassengerMainDisplay()391 latch.await(ACTIVITY_WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)).isTrue(); in testSingleTouchForAnyPassengerMainDisplay()457 latch.await(ACTIVITY_WAIT_TIME_OUT_MS, TimeUnit.MILLISECONDS)).isTrue(); in testMultiTouchForAnyPassengerMainDisplay()
75 private static final long ACTIVITY_WAIT_TIME_OUT_MS = 10_000L; field in CarDisplayInputLockTest246 activityReferenceObtained.block(ACTIVITY_WAIT_TIME_OUT_MS); in launchActivity()