Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java94 private int mAppLaunchTimeoutMs = 15000; field in AppLaunchTest
137 APP_LAUNCH_TIMEOUT_LABEL, Integer.toString(mAppLaunchTimeoutMs)); in createInstrumentationTest()
141 int testTimeoutMs = BASE_INSTRUMENTATION_TEST_TIMEOUT_MS + mAppLaunchTimeoutMs * 2; in createInstrumentationTest()