HomeSort by relevance Sort by last modified time
    Searched refs:gaia_id (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_test_case.py 24 self._gaia_id = options.browser_options.gaia_id
29 gaia_id=None, dont_override_profile=False):
54 if gaia_id is not None:
55 browser_options.gaia_id = gaia_id
oobe.py 51 def NavigateFakeLogin(self, username, password, gaia_id):
53 self._ExecuteOobeApi('Oobe.loginForTesting', username, password, gaia_id)
cros_browser_backend.py 202 return self.browser_options.gaia_id
  /external/autotest/client/common_lib/cros/
chrome.py 29 username=None, password=None, gaia_id=None):
55 @param gaia_id: Log in using this gaia_id instead of the default.
100 # gaia_id will be added to telemetry code in chromium repository later
102 self.gaia_id = b_options.gaia_id if gaia_id is None else gaia_id
103 b_options.gaia_id = self.gaia_id
    [all...]
  /external/autotest/client/site_tests/login_OwnershipNotRetaken/
login_OwnershipNotRetaken.py 48 gaia_id=self._TEST_GAIAID) as cr:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_options.py 425 self.gaia_id = '12345'

Completed in 165 milliseconds