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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp698 const char *bundleProduct = bundle->getProduct(); local
699 if (bundleProduct == NULL) {
700 bundleProduct = "";
710 if (bundleProduct[0] == '\0') {
729 if (isInProductList(product, String16(bundleProduct))) {
1644 const char* bundleProduct = local
1654 bundleProduct[0] == 0 ? "default" : bundleProduct);

Completed in 52 milliseconds