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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp723 const char *bundleProduct = bundle->getProduct(); local
724 if (bundleProduct == NULL) {
725 bundleProduct = "";
735 if (bundleProduct[0] == '\0') {
754 if (isInProductList(product, String16(bundleProduct))) {
1743 const char* bundleProduct = local
1753 bundleProduct[0] == 0 ? "default" : bundleProduct);

Completed in 27 milliseconds