Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager.h203 void getLocales(Vector<String8>* locales, bool includeSystemLocales=true) const;
DResourceTypes.h1985 void getLocales(Vector<String8>* locales, bool includeSystemLocales=true,
/frameworks/base/libs/androidfw/
DAssetManager.cpp764 void AssetManager::getLocales(Vector<String8>* locales, bool includeSystemLocales) const in getLocales()
768 res->getLocales(locales, includeSystemLocales, true /* mergeEquivalentLangs */); in getLocales()
DResourceTypes.cpp6210 void ResTable::getLocales(Vector<String8>* locales, bool includeSystemLocales, in getLocales() argument
6214 forEachConfiguration(false, false, includeSystemLocales, [&](const ResTable_config& cfg) { in getLocales()