Home
last modified time | relevance | path

Searched refs:getConfigs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.cpp1863 sp<ConfigList> c = t->getConfigs().valueFor(name); in hasBagOrEntry()
1889 sp<ConfigList> c = t->getConfigs().valueFor(name); in hasBagOrEntry()
1928 sp<ConfigList> c = t->getConfigs().valueFor(name); in appendComment()
1951 sp<ConfigList> c = t->getConfigs().valueFor(name); in appendTypeComment()
2028 sp<ConfigList> c = t->getConfigs().valueFor(name); in getResId()
2160 sp<ConfigList> c = t->getConfigs().valueFor(name); in getCustomResource()
DResourceTable.h458 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; } in getConfigs() function