Home
last modified time | relevance | path

Searched refs:logged_in (Results 1 – 20 of 20) sorted by relevance

/external/autotest/client/site_tests/ui_SystemTray/
Dui_SystemTray.py62 if self.logged_in is None:
66 with chrome.Chrome(logged_in=self.logged_in):
92 if self.logged_in and self.mask_points is not None:
96 def run_once(self, width, height, mask_points=None, logged_in=None): argument
99 self.logged_in = logged_in
Dcontrol.guest.link28 logged_in=False,
Dcontrol.user.link37 logged_in=True,
/external/autotest/client/site_tests/security_ProfilePermissions/
Dsecurity_ProfilePermissions.py21 def initialize(self, logged_in): argument
22 self._logged_in = logged_in
50 with chrome.Chrome(logged_in=self._logged_in) as cr:
Dcontrol23 logged_in=True, tag='login')
25 logged_in=False, tag='guest')
/external/ppp/pppd/
Dsession.c103 static bool logged_in = 0; variable
375 logged_in = 1;
424 if (logged_in) { in session_end()
428 logged_in = 0; in session_end()
/external/autotest/client/common_lib/cros/
Dchrome.py24 def __init__(self, logged_in=True, extension_paths=[], autotest_ext=False, argument
65 if logged_in else self.BROWSER_TYPE_GUEST)
71 if logged_in:
/external/autotest/server/site_tests/network_WiFi_SuspendStress/
Dnetwork_WiFi_SuspendStress.py34 def logged_in(self): member in network_WiFi_SuspendStress
105 start_condition=self.logged_in,
/external/autotest/client/site_tests/login_CryptohomeIncognito/
Dlogin_CryptohomeIncognito.py17 with chrome.Chrome(logged_in=False):
/external/autotest/client/site_tests/telemetry_LoginTest/
Dtelemetry_LoginTest.py39 with chrome.Chrome(logged_in=True, autotest_ext=True) as cr:
/external/autotest/client/site_tests/power_PSROccupancyTest/
Dpower_PSROccupancyTest.py64 with chrome.Chrome(logged_in=False, extra_browser_args=['--kiosk']):
/external/autotest/client/site_tests/graphics_WebGLClear/
Dgraphics_WebGLClear.py87 with chrome.Chrome(logged_in=False,
/external/autotest/client/site_tests/graphics_WebGLPerformance/
Dgraphics_WebGLPerformance.py116 with chrome.Chrome(logged_in=False, extension_paths=ext_paths) as cr:
/external/autotest/client/cros/networking/chrome_testing/
Dchrome_networking_test_context.py64 self._chrome = chrome.Chrome(logged_in=True, gaia_login=True,
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py121 with chrome.Chrome(logged_in=False, extension_paths=ext_paths) as cr:
/external/autotest/server/site_tests/power_SuspendShutdown/
Dpower_SuspendShutdown.py127 def logged_in(self): member in power_SuspendShutdown
/external/autotest/client/site_tests/security_BundledExtensions/
Dsecurity_BundledExtensions.py66 with chrome.Chrome(logged_in=True, autotest_ext=True) as cr:
/external/autotest/client/site_tests/graphics_Stress/
Dgraphics_Stress.py52 logged_in=True,
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py36 with chrome.Chrome(logged_in=False, extra_browser_args=['--kiosk']):
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py258 with chrome.Chrome(logged_in=False) as cr: