Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dkiosk_utils.py17 def get_webview_contexts(browser, ext_id): argument
24 ext_contexts = wait_for_kiosk_ext(browser, ext_id)
47 def get_webview_context(browser, ext_id): argument
54 ext_contexts = wait_for_kiosk_ext(browser, ext_id)
79 def wait_for_kiosk_ext(browser, ext_id): argument
88 ext_contexts = browser.extensions.GetByExtensionId(ext_id)
101 def config_riseplayer(browser, ext_id, app_config_id): argument
125 browser, ext_id)
/external/autotest/server/cros/multimedia/
Dkiosk_facade_adapter.py28 def config_rise_player(self, ext_id, app_config_id ): argument
36 self._kiosk_proxy.config_rise_player(ext_id, app_config_id)
/external/autotest/client/cros/multimedia/
Dkiosk_facade_native.py23 def config_rise_player(self, ext_id, app_config_id): argument
38 self._resource._browser, ext_id, app_config_id)
/external/autotest/client/cros/enterprise/
Denterprise_policy_base.py531 def _get_extension_policy_table(self, policy_tab, ext_id): argument
558 """ % ext_id)
562 'Make sure the extension is installed.' % ext_id)
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c196 u8 ext_id; in ieee802_11_parse_extension() local
206 ext_id = *pos++; in ieee802_11_parse_extension()
209 switch (ext_id) { in ieee802_11_parse_extension()
285 ext_id, (unsigned int) elen); in ieee802_11_parse_extension()
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_LongevityTrackerServer.py210 self.kiosk_app_name, ext_id = kiosk_app_attributes.split(':')[:2]