Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_test.cpp620 TEST_F(AssetManager2Test, GetResourceLocales) { in TEST_F() argument
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DCppAssetManager2.java481 public Set<String> GetResourceLocales( in GetResourceLocales() method in CppAssetManager2
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp524 std::set<std::string> AssetManager2::GetResourceLocales(bool exclude_system, in GetResourceLocales() function in android::AssetManager2