Searched refs:gaia_id (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | cros_test_case.py | 24 self._gaia_id = options.browser_options.gaia_id 29 gaia_id=None, dont_override_profile=False): argument 53 if gaia_id is not None: 54 browser_options.gaia_id = gaia_id
|
D | oobe.py | 56 def NavigateFakeLogin(self, username, password, gaia_id, argument 59 self._ExecuteOobeApi('Oobe.loginForTesting', username, password, gaia_id,
|
D | cros_browser_backend.py | 240 return self.browser_options.gaia_id
|
/external/autotest/client/common_lib/cros/ |
D | chrome.py | 60 username=None, password=None, gaia_id=None, argument 138 self.gaia_id = b_options.gaia_id if gaia_id is None else gaia_id 139 b_options.gaia_id = self.gaia_id
|
/external/autotest/client/site_tests/login_OwnershipNotRetaken/ |
D | login_OwnershipNotRetaken.py | 55 gaia_id=self._TEST_GAIAID) as cr:
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | browser_options.py | 465 self.gaia_id = '12345'
|