Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tools/handleintents/
Dauto_add_intents.py65 new_strings = filter_new_strings(args)
66 if (len(new_strings) != 0):
67 add_new_strings(args, new_strings)
77 new_strings = sorted(set(filtered_strings) - set(current_strings) - set(allow_list_strings))
78 return new_strings
80 def add_new_strings(args, new_strings): argument
81 …add_to_file.insert_after_string(args.outputFile, args.targetStringFile, new_strings, args.formatFi…
Dverify_intents.py52 new_strings = auto_add_intents.filter_new_strings(args)
53 if (len(new_strings) != 0):
55 for new_string in new_strings:
/packages/modules/AdServices/adservices/scripts/
Dgenerate_adservices_public_xml.py84 new_strings = set()
89 new_strings.add(child.attrib[id_key[0]].split('/')[1])
90 return new_strings