Searched refs:GetResourceLocales (Results 1 – 4 of 4) sorted by relevance
399 TEST_F(AssetManager2Test, GetResourceLocales) { in TEST_F() argument403 std::set<std::string> locales = assetmanager.GetResourceLocales(); in TEST_F()411 locales = assetmanager.GetResourceLocales(true /*exclude_system*/); in TEST_F()
222 assets.GetResourceLocales(false /*exclude_system*/, true /*merge_equivalent_languages*/); in BM_AssetManagerGetResourceLocales()
134 std::set<std::string> GetResourceLocales(bool exclude_system = false,
176 std::set<std::string> AssetManager2::GetResourceLocales(bool exclude_system, in GetResourceLocales() function in android::AssetManager2