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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp705 const char *bundleProduct = bundle->getProduct(); local
706 if (bundleProduct == NULL) {
707 bundleProduct = "";
717 if (bundleProduct[0] == '\0') {
736 if (isInProductList(product, String16(bundleProduct))) {
1704 const char* bundleProduct = local
1714 bundleProduct[0] == 0 ? "default" : bundleProduct);

Completed in 53 milliseconds