Home
last modified time | relevance | path

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

/aosp12/art/tools/veridex/
H A Dhidden_api.cc27 HiddenApi::HiddenApi(const char* filename, const ApiListFilter& api_list_filter) in HiddenApi() function in art::HiddenApi
60 void HiddenApi::AddSignatureToApiList(const std::string& signature, hiddenapi::ApiList membership) { in AddSignatureToApiList()
73 std::string HiddenApi::GetApiMethodName(const DexFile& dex_file, uint32_t method_index) { in GetApiMethodName()
83 std::string HiddenApi::GetApiFieldName(const DexFile& dex_file, uint32_t field_index) { in GetApiFieldName()
H A Dprecise_hidden_api_finder.h31 class HiddenApi; variable
40 explicit PreciseHiddenApiFinder(const HiddenApi& hidden_api) : hidden_api_(hidden_api) {} in PreciseHiddenApiFinder()
59 const HiddenApi& hidden_api_;
H A Dhidden_api_finder.h30 class HiddenApi; variable
39 explicit HiddenApiFinder(const HiddenApi& hidden_api) : hidden_api_(hidden_api) {} in HiddenApiFinder()
54 const HiddenApi& hidden_api_;
H A Dhidden_api.h42 class HiddenApi {
44 HiddenApi(const char* flags_file, const ApiListFilter& api_list_filter);
85 return HiddenApi::GetApiMethodName(*ref.dex_file, ref.index); in GetApiMethodName()
H A Dhidden_api_finder.cc37 const auto& name = HiddenApi::GetApiMethodName(resolver->GetDexFile(), method_id); in CheckMethod()
46 const auto& name = HiddenApi::GetApiFieldName(resolver->GetDexFile(), field_id); in CheckField()
82 std::string str = HiddenApi::ToInternalName(name); in CollectAccesses()
246 std::string ref_string = HiddenApi::GetApiMethodName(ref); in DumpReferences()
H A Dresolver.h25 class HiddenApi; variable
H A Dprecise_hidden_api_finder.cc116 os << kPrefix << HiddenApi::GetApiMethodName(ref) << std::endl; in Dump()
H A Dflow_analysis.h85 return HiddenApi::ToInternalName(str); in ToString()
H A Dveridex.cc178 HiddenApi hidden_api(options.flags_file, api_list_filter); in Run()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowWifiManager.java27 import org.robolectric.annotation.HiddenApi;
55 @HiddenApi // @SystemApi
61 @HiddenApi
/aosp12/art/tools/hiddenapi/
H A DAndroid.bp83 ":art-gtest-jars-HiddenApi",
H A DREADME.md1 HiddenApi chapter
H A Dhiddenapi.cc883 class HiddenApi final { class
885 HiddenApi() : force_assign_all_(true) {} in HiddenApi() function in art::hiddenapi::HiddenApi
1212 art::hiddenapi::HiddenApi().Run(argc, argv); in main()
/aosp12/art/test/
H A DAndroid.bp1318 ":art-gtest-jars-HiddenApi",
1461 name: "art-gtest-jars-HiddenApi",
1462 srcs: ["HiddenApi/**/*.java"],