Home
last modified time | relevance | path

Searched refs:GetResourceLocales (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_bench.cpp195 assets.GetResourceLocales(false /*exclude_system*/, true /*merge_equivalent_languages*/); in BM_AssetManagerGetResourceLocales()
H A DAssetManager2_test.cpp620 TEST_F(AssetManager2Test, GetResourceLocales) { in TEST_F() argument
624 std::set<std::string> locales = assetmanager.GetResourceLocales(); in TEST_F()
632 locales = assetmanager.GetResourceLocales(true /*exclude_system*/); in TEST_F()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h182 std::set<std::string> GetResourceLocales(bool exclude_system = false,
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp493 std::set<std::string> AssetManager2::GetResourceLocales(bool exclude_system, in GetResourceLocales() function in android::AssetManager2
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1043 assetmanager->GetResourceLocales(exclude_system, true /*merge_equivalent_languages*/); in NativeGetLocales()