Home
last modified time | relevance | path

Searched defs:GetResourceLocales (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DAssetManager2_test.cpp508 TEST_F(AssetManager2Test, GetResourceLocales) { in TEST_F() argument
/frameworks/base/libs/androidfw/
DAssetManager2.cpp267 std::set<std::string> AssetManager2::GetResourceLocales(bool exclude_system, in GetResourceLocales() function in android::AssetManager2