Home
last modified time | relevance | path

Searched refs:LaunchBrowser (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/reconnect/
Dreconnect_test.py195 utils.LaunchBrowser.assert_called_with('localhost', 12345)
211 utils.LaunchBrowser.reset_mock()
215 utils.LaunchBrowser.assert_not_called()
Dreconnect.py187 utils.LaunchBrowser(constants.WEBRTC_LOCAL_HOST,
/tools/acloud/internal/lib/
Dutils.py1115 LaunchBrowser(constants.WEBRTC_LOCAL_HOST,
1120 def LaunchBrowser(ip_addr, port): function