Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h206 void getLocales(Vector<String8>* locales, bool includeSystemLocales=true) const;
H A DResourceTypes.h2114 void getLocales(Vector<String8>* locales, bool includeSystemLocales=true,
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager.cpp767 void AssetManager::getLocales(Vector<String8>* locales, bool includeSystemLocales) const in getLocales()
771 res->getLocales(locales, includeSystemLocales, true /* mergeEquivalentLangs */); in getLocales()
H A DResourceTypes.cpp6343 void ResTable::getLocales(Vector<String8>* locales, bool includeSystemLocales, in getLocales() argument
6347 forEachConfiguration(false, false, includeSystemLocales, [&](const ResTable_config& cfg) { in getLocales()