Home
last modified time | relevance | path

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

/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/tests/
DWebviewAppLaunchTest.java86 private int mAppLaunchTimeoutMs = 20000; field in WebviewAppLaunchTest
188 CLog.d("Waiting %s milliseconds for the app to launch fully.", mAppLaunchTimeoutMs); in launchPackageAndCheckForCrash()
189 RunUtil.getDefault().sleep(mAppLaunchTimeoutMs); in launchPackageAndCheckForCrash()
DWebviewAppCrawlTest.java92 private int mAppLaunchTimeoutMs = 20000; field in WebviewAppCrawlTest
/test/app_compat/csuite/test_scripts/src/main/java/com/android/csuite/tests/
DAppLaunchTest.java115 private int mAppLaunchTimeoutMs = 15000; field in AppLaunchTest
180 mAppLaunchTimeoutMs); in testAppCrash()
181 RunUtil.getDefault().sleep(mAppLaunchTimeoutMs); in testAppCrash()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/tests/
DAppCompileLaunchTest.java117 private int mAppLaunchTimeoutMs = 15000; field in AppCompileLaunchTest
235 mAppLaunchTimeoutMs); in doTestAppCrash()
236 RunUtil.getDefault().sleep(mAppLaunchTimeoutMs); in doTestAppCrash()