Searched refs:appLaunchTimeoutMsecs (Results 1 – 1 of 1) sorted by relevance
110 String appLaunchTimeoutMsecs = mArgs.getString(APP_LAUNCH_TIMEOUT_MSECS); in setUp() local111 if (appLaunchTimeoutMsecs != null) { in setUp()112 mAppLaunchTimeout = Integer.parseInt(appLaunchTimeoutMsecs); in setUp()