Home
last modified time | relevance | path

Searched defs:autotest_ext (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/enterprise/
H A Denterprise_policy_utils.py24 def get_all_policies(autotest_ext): argument
35 def _get_pol_from_api(autotest_ext): argument
50 def _wait_for_new_pols_after_refresh(autotest_ext): argument
67 def _call_refresh_policies_from_api(autotest_ext): argument
81 def refresh_policies(autotest_ext, wait_for_new=False): argument
H A Dpolicy_manager.py170 def obtain_policies_from_device(self, autotest_ext=None): argument
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Darc_util.py45 def get_arc_session_state(autotest_ext): argument
74 def _wait_arc_provisioned(autotest_ext): argument
186 def enable_play_store(autotest_ext, enabled, enable_managed_policy=True): argument
325 autotest_ext, argument
H A Dassistant_util.py13 def enable_assistant(autotest_ext): argument
52 def enable_hotword(autotest_ext): argument
87 def send_text_query(autotest_ext, text_query): argument
H A Dchrome.py66 autotest_ext=False, argument
350 def autotest_ext(self): member in Chrome