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

/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java155 public String getProduct() { method in class:RadioManager.ModuleProperties
300 if (other.getProduct() != null)
302 } else if (!mProduct.equals(other.getProduct()))
/frameworks/base/tools/aapt/
H A DBundle.h207 const char* getProduct() const { return mProduct; } function in class:Bundle
H A DResourceTable.cpp723 const char *bundleProduct = bundle->getProduct();
1744 (bundle->getProduct() == NULL) ? "" : bundle->getProduct();

Completed in 85 milliseconds