Home
last modified time | relevance | path

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

/cts/hostsidetests/media/src/android/media/cts/
DBaseMediaHostSideTest.java46 private static final long DEFAULT_SHELL_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(5); field in BaseMediaHostSideTest
120 testRunner.setMaxTimeToOutputResponse(DEFAULT_SHELL_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in getTestRunner()
/cts/hostsidetests/settings/src/com/google/android/cts/settings/
DPrivacyDeviceOwnerTest.java59 private static final long DEFAULT_SHELL_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(20); field in PrivacyDeviceOwnerTest
184 testRunner.setMaxTimeToOutputResponse(DEFAULT_SHELL_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in runDeviceTests()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java121 private static final long DEFAULT_SHELL_TIMEOUT_MILLIS = TimeUnit.MINUTES.toMillis(20); field in BaseDevicePolicyTest
599 DEFAULT_SHELL_TIMEOUT_MILLIS, in runDeviceTestsAsUser() local