Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAssetManager2_bench.cpp195 assets.GetResourceLocales(false /*exclude_system*/, true /*merge_equivalent_languages*/); in BM_AssetManagerGetResourceLocales()
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()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h189 std::set<std::string> GetResourceLocales(bool exclude_system = false,
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1069 assetmanager->GetResourceLocales(exclude_system, true /*merge_equivalent_languages*/); in NativeGetLocales()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp520 std::set<std::string> AssetManager2::GetResourceLocales(bool exclude_system, in GetResourceLocales() function in android::AssetManager2