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

/frameworks/base/tools/aapt/
H A DBundle.h140 const char* getConfigurations() const { return mConfigurations.size() > 0 ? mConfigurations.string() : NULL; } function in class:Bundle
H A DCommand.cpp602 res.getConfigurations(&configs);
1487 res.getConfigurations(&configs);
1648 err = filter.parse(bundle->getConfigurations());
H A DPackage.cpp222 status_t status = filter.parse(bundle->getConfigurations());
H A DAaptAssets.cpp2399 status_t err = reqFilter.parse(bundle->getConfigurations());
2417 bundle->getConfigurations());
H A DResourceTable.cpp2545 if (mBundle->getConfigurations() != NULL && mBundle->getRequireLocalization()) {
2546 const char* allConfigs = mBundle->getConfigurations();
2590 status_t err = filter.parse(bundle->getConfigurations());
/frameworks/base/include/androidfw/
H A DResourceTypes.h1533 void getConfigurations(Vector<ResTable_config>* configs) const;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4783 void ResTable::getConfigurations(Vector<ResTable_config>* configs) const function in class:android::ResTable
4820 ALOGV("calling getConfigurations");
4821 getConfigurations(&configs);
4822 ALOGV("called getConfigurations size=%d", (int)configs.size());

Completed in 2519 milliseconds