Home
last modified time | relevance | path

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

/packages/services/Car/tools/GenericCarApiBuilder/
Dhidden_api_check.py65 existing_hidden_apis = [] variable
67 existing_hidden_apis = f.read().splitlines() variable
69 modified_hidden_api = set(new_hidden_apis)^set(existing_hidden_apis)
Dannotation_classlist_repohook.py130 existing_hidden_apis = set() variable
132 existing_hidden_apis = set(f.read().splitlines()) variable
143 modified_or_added_hidden_api = new_hidden_apis - existing_hidden_apis
182 upgraded_hidden_apis = existing_hidden_apis - new_hidden_apis