Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/testapp/tools/index/
Dindex_testapps.py170 for permission_element in find_elements(root.children, "uses-permission"):
176 for activity_element in find_elements(application_element.children, "activity"):
189 for intent_filter_element in find_elements(element.children, "intent-filter"):
197 for action_element in find_elements(intent_filter_element.children, "action"):
202 for category_element in find_elements(intent_filter_element.children, "category"):
207 for service_element in find_elements(application_element.children, "service"):
214 for meta_data_element in find_elements(application_element.children, "meta-data"):
226 def find_elements(element_collection, element_name): function