Searched defs:getConfigurations (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DBundle.h138 const char* getConfigurations() const { return mConfigurations.size() > 0 ? mConfigurations.string() : NULL; } function in class:Bundle
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4782 void ResTable::getConfigurations(Vector<ResTable_config>* configs) const function in class:android::ResTable
4819 ALOGV("calling getConfigurations");
4820 getConfigurations(&configs);
4821 ALOGV("called getConfigurations size=%d", (int)configs.size());

Completed in 573 milliseconds