Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAssetManager2_test.cpp508 TEST_F(AssetManager2Test, GetResourceLocales) { in TEST_F() argument
512 std::set<std::string> locales = assetmanager.GetResourceLocales(); in TEST_F()
520 locales = assetmanager.GetResourceLocales(true /*exclude_system*/); in TEST_F()
DAssetManager2_bench.cpp191 assets.GetResourceLocales(false /*exclude_system*/, true /*merge_equivalent_languages*/); in BM_AssetManagerGetResourceLocales()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h153 std::set<std::string> GetResourceLocales(bool exclude_system = false,
/frameworks/base/libs/androidfw/
DAssetManager2.cpp267 std::set<std::string> AssetManager2::GetResourceLocales(bool exclude_system, in GetResourceLocales() function in android::AssetManager2
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1125 assetmanager->GetResourceLocales(exclude_system, true /*merge_equivalent_languages*/); in NativeGetLocales()