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

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

Completed in 89 milliseconds