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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp671 const char *bundleProduct = bundle->getProduct(); local
672 if (bundleProduct == NULL) {
673 bundleProduct = "";
683 if (bundleProduct[0] == '\0') {
695 if (isInProductList(product, String16(bundleProduct))) {

Completed in 39 milliseconds