Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.h288 virtual bool getLocalizationSetting();
DResourceTable.cpp2459 bool ResourceTable::getLocalizationSetting() in getLocalizationSetting() function in ResourceTable
/frameworks/base/include/androidfw/
DResourceTypes.h1800 virtual bool getLocalizationSetting() = 0;
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5049 bool localizationSetting = accessor != NULL && accessor->getLocalizationSetting(); in stringToValue()