Home
last modified time | relevance | path

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

/packages/services/Car/tools/GenericCarApiBuilder/scripts/
Dcompare_hidden_apis_across_releases.py70 old_hidden_apis, new_hidden_apis , old_hidden_apis_with_constr, new_hidden_apis_with_constr = resul… variable
72 new_hidden_apis = [strip_param_names(i) for i in new_hidden_apis] variable
75 extra_new_hidden_apis = [i for i in new_hidden_apis if i not in old_hidden_apis]
/packages/services/Car/tools/GenericCarApiBuilder/
Dannotation_classlist_repohook.py79 new_class_list, new_hidden_apis, all_apis = all_results[0], all_results[1], all_results[2] variable
82 new_hidden_apis = set(new_hidden_apis) variable
143 modified_or_added_hidden_api = new_hidden_apis - existing_hidden_apis
182 upgraded_hidden_apis = existing_hidden_apis - new_hidden_apis
Dhidden_api_check.py59 new_hidden_apis = subprocess.check_output(java_cmd, shell=True).decode('utf-8').strip().split("\n") variable
69 modified_hidden_api = set(new_hidden_apis)^set(existing_hidden_apis)