Searched refs:DEFAULT_TEST_TIMEOUT_MILLIS (Results 1 – 5 of 5) sorted by relevance
55 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(5); field in BaseMediaHostSideTest122 TEST_TIMEOUT_INST_ARGS_KEY, Long.toString(DEFAULT_TEST_TIMEOUT_MILLIS)); in getTestRunner()
70 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(10); field in PrivacyDeviceOwnerTest189 TEST_TIMEOUT_INST_ARGS_KEY, Long.toString(DEFAULT_TEST_TIMEOUT_MILLIS)); in runDeviceTests()
94 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(3); field in CtsVideoQualityFloorHostTest344 Long.toString(DEFAULT_TEST_TIMEOUT_MILLIS)); in getTestRunner()
109 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(3); field in CtsVideoEncodingQualityHostTest548 Long.toString(DEFAULT_TEST_TIMEOUT_MILLIS)); in getTestRunner()
125 private static final long DEFAULT_TEST_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(10); field in BaseDevicePolicyTest593 DEFAULT_TEST_TIMEOUT_MILLIS, in runDeviceTestsAsUser() local