Searched refs:getConfigurations (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/split-select/
H A DMain.cpp216 res.getConfigurations(&configs, true);
/frameworks/base/tools/aapt/
H A DBundle.h149 const android::String8& getConfigurations() const { return mConfigurations; } function in class:Bundle
H A DCommand.cpp766 res.getConfigurations(&configs);
2060 res.getConfigurations(&configs);
2276 err = configFilter->parse(bundle->getConfigurations());
H A DAaptAssets.cpp1337 status_t err = reqFilter.parse(bundle->getConfigurations());
1360 bundle->getConfigurations().string());
H A DResourceTable.cpp2699 if (mBundle->getConfigurations().size() > 0 && mBundle->getRequireLocalization()) {
2700 const char* allConfigs = mBundle->getConfigurations().string();
/frameworks/base/include/androidfw/
H A DResourceTypes.h1782 void getConfigurations(Vector<ResTable_config>* configs, bool ignoreMipmap=false) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5341 void ResTable::getConfigurations(Vector<ResTable_config>* configs, bool ignoreMipmap) const function in class:android::ResTable
5385 ALOGV("calling getConfigurations");
5386 getConfigurations(&configs);
5387 ALOGV("called getConfigurations size=%d", (int)configs.size());

Completed in 4028 milliseconds