Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java110 String appLaunchTimeoutMsecs = mArgs.getString(APP_LAUNCH_TIMEOUT_MSECS); in setUp() local
111 if (appLaunchTimeoutMsecs != null) { in setUp()
112 mAppLaunchTimeout = Integer.parseInt(appLaunchTimeoutMsecs); in setUp()