Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/scripts/
Dgenerate_ota_public_xml.py52 def _add_value_res(self, adservices_dict, public_xml, ota_res_values_dir): argument
64 if (elem_type, x.attrib['name']) not in adservices_dict:
67 cur_element.set('id', adservices_dict[(elem_type, x.attrib['name'])])
69 def _add_file_res(self, adservices_dict, public_xml, res_dir, res_type): argument
78 if (res_type, res_name) not in adservices_dict:
81 cur_element.set('id', adservices_dict[(res_type, res_name)])
83 def _add_id_res(self, adservices_dict, public_xml, res_dir): argument
97 if ('id', res_id) not in adservices_dict:
100 cur_element.set('id', adservices_dict[('id', res_id)])
108 adservices_dict = {}
[all …]