Home
last modified time | relevance | path

Searched defs:GetResourceLocales (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_test.cpp626 TEST_F(AssetManager2Test, GetResourceLocales) { in TEST_F() argument
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp450 std::set<std::string> AssetManager2::GetResourceLocales(bool exclude_system, in GetResourceLocales() function in android::AssetManager2