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