Searched refs:app_config_id (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | kiosk_utils.py | 69 def config_riseplayer(browser, ext_id, app_config_id): argument 82 if not app_config_id: 90 """ % app_config_id 101 """ % app_config_id 109 % app_config_id)
|
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | enterprise_LongevityTrackerServer.py | 205 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:] 220 self.kiosk_facade.config_rise_player(ext_id, app_config_id)
|
/external/autotest/server/cros/multimedia/ |
D | kiosk_facade_adapter.py | 28 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/ |
D | kiosk_facade_native.py | 23 def config_rise_player(self, ext_id, app_config_id): argument 38 self._resource._browser, ext_id, app_config_id)
|