Searched refs:includeSystemLocales (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | AssetManager.h | 206 void getLocales(Vector<String8>* locales, bool includeSystemLocales=true) const;
|
D | ResourceTypes.h | 2044 void getLocales(Vector<String8>* locales, bool includeSystemLocales=true,
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 767 void AssetManager::getLocales(Vector<String8>* locales, bool includeSystemLocales) const in getLocales() 771 res->getLocales(locales, includeSystemLocales, true /* mergeEquivalentLangs */); in getLocales()
|
D | ResourceTypes.cpp | 6225 void ResTable::getLocales(Vector<String8>* locales, bool includeSystemLocales, in getLocales() argument 6229 forEachConfiguration(false, false, includeSystemLocales, [&](const ResTable_config& cfg) { in getLocales()
|