Home
last modified time | relevance | path

Searched refs:app_config_id (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/common_lib/cros/
Dkiosk_utils.py101 def config_riseplayer(browser, ext_id, app_config_id): argument
114 if not app_config_id:
122 """ % app_config_id
133 """ % app_config_id
141 % app_config_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/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_LongevityTrackerServer.py205 app_config_id = info.get_label_value('app_config_id')
206 if app_config_id and app_config_id.startswith(':'):
207 app_config_id = app_config_id[1:]
/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)