Searched defs:getConfigurations (Results 1 - 2 of 2) 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
/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 1060 milliseconds