Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.h291 virtual bool getLocalizationSetting();
DResourceTable.cpp2469 bool ResourceTable::getLocalizationSetting() in getLocalizationSetting() function in ResourceTable
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5392 bool localizationSetting = accessor != NULL && accessor->getLocalizationSetting(); in stringToValue()