Searched refs:GetApiFieldName (Results 1 – 3 of 3) sorted by relevance
36 std::string HiddenApi::GetApiFieldName(const DexFile& dex_file, uint32_t field_index) { in GetApiFieldName() function in art::HiddenApi
60 static std::string GetApiFieldName(const DexFile& dex_file, uint32_t field_index);
47 std::string name = HiddenApi::GetApiFieldName(resolver->GetDexFile(), field_id); in CheckField()