Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAssetManager2_test.cpp399 TEST_F(AssetManager2Test, GetResourceLocales) { in TEST_F() argument
403 std::set<std::string> locales = assetmanager.GetResourceLocales(); in TEST_F()
411 locales = assetmanager.GetResourceLocales(true /*exclude_system*/); in TEST_F()
DAssetManager2_bench.cpp222 assets.GetResourceLocales(false /*exclude_system*/, true /*merge_equivalent_languages*/); in BM_AssetManagerGetResourceLocales()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h134 std::set<std::string> GetResourceLocales(bool exclude_system = false,
/frameworks/base/libs/androidfw/
DAssetManager2.cpp176 std::set<std::string> AssetManager2::GetResourceLocales(bool exclude_system, in GetResourceLocales() function in android::AssetManager2