Lines Matching refs:utils
47 from acloud.internal.lib import utils
80 @utils.TimeExecute(function_description="Total time: ",
96 if not utils.IsSupportedPlatform(print_warning=True):
135 utils.LaunchVNCFromReport(result_report, avd_spec, no_prompts)
137 utils.LaunchBrowserFromReport(result_report)
220 launch_cmd = utils.AddUserGroupsToCmd(launch_cvd_w_args,
250 if no_prompts or utils.GetUserAnswerYes(_CONFIRM_RELAUNCH %
260 utils.PrintColorString(
264 utils.TextColors.FAIL)
267 utils.ReleasePort(constants.WEBRTC_LOCAL_PORT)
271 @utils.TimeExecute(function_description="Waiting for AVD(s) to boot up")