Searched refs:workspaceLaunchTimeoutMsecs (Results 1 – 1 of 1) sorted by relevance
114 String workspaceLaunchTimeoutMsecs = mArgs.getString(WORKSPACE_LAUNCH_TIMEOUT_MSECS); in setUp() local115 if (workspaceLaunchTimeoutMsecs != null) { in setUp()116 mWorkspaceLaunchTimeout = Integer.parseInt(workspaceLaunchTimeoutMsecs); in setUp()