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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp712 const char *bundleProduct = bundle->getProduct(); local
713 if (bundleProduct == NULL) {
714 bundleProduct = "";
724 if (bundleProduct[0] == '\0') {
743 if (isInProductList(product, String16(bundleProduct))) {
1732 const char* bundleProduct = local
1742 bundleProduct[0] == 0 ? "default" : bundleProduct);

Completed in 43 milliseconds