Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DBundle.h200 const char* getCustomPackage() const { return mCustomPackage; } in getCustomPackage() function
H A DCommand.cpp2751 if (bundle->getCustomPackage() == NULL) { in doPackage()
2757 const String8 customPkg(bundle->getCustomPackage()); in doPackage()