Home
last modified time | relevance | path

Searched refs:gaia_id (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/common_lib/cros/
Dchrome.py29 username=None, password=None, gaia_id=None): argument
102 self.gaia_id = b_options.gaia_id if gaia_id is None else gaia_id
103 b_options.gaia_id = self.gaia_id
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dcros_test_case.py24 self._gaia_id = options.browser_options.gaia_id
29 gaia_id=None, dont_override_profile=False): argument
54 if gaia_id is not None:
55 browser_options.gaia_id = gaia_id
Doobe.py51 def NavigateFakeLogin(self, username, password, gaia_id): argument
53 self._ExecuteOobeApi('Oobe.loginForTesting', username, password, gaia_id)
Dcros_browser_backend.py202 return self.browser_options.gaia_id
/external/autotest/client/site_tests/login_OwnershipNotRetaken/
Dlogin_OwnershipNotRetaken.py48 gaia_id=self._TEST_GAIAID) as cr:
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser_options.py425 self.gaia_id = '12345'