HomeSort by relevance Sort by last modified time
    Searched refs:app_config_id (Results 1 - 4 of 4) sorted by null

  /external/autotest/server/cros/multimedia/
kiosk_facade_adapter.py 28 def config_rise_player(self, ext_id, app_config_id ):
33 @param app_config_id: display id for the Rise Player app .
36 self._kiosk_proxy.config_rise_player(ext_id, app_config_id)
  /external/autotest/client/common_lib/cros/
kiosk_utils.py 14 def config_riseplayer(browser, ext_id, app_config_id):
24 @param app_config_id: display id for the Rise Player app .
27 if not app_config_id:
29 'Error in configuring Rise Player: app_config_id is None')
35 """ % app_config_id
46 """ % app_config_id
54 % app_config_id)
  /external/autotest/client/cros/multimedia/
kiosk_facade_native.py 23 def config_rise_player(self, ext_id, app_config_id):
28 @param app_config_id: display id for the Rise Player app.
38 self._resource._browser, ext_id, app_config_id)
  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_LongevityTrackerServer.py 381 app_config_id = info.get_label_value('app_config_id')
382 if app_config_id and app_config_id.startswith(':'):
383 app_config_id = app_config_id[1:]
396 self.kiosk_facade.config_rise_player(ext_id, app_config_id)

Completed in 612 milliseconds