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