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.h197 const char* getProduct() const { return mProduct; } function in class:Bundle
H A DResourceTable.cpp725 const char *bundleProduct = bundle->getProduct();
1738 (bundle->getProduct() == NULL) ? "" : bundle->getProduct();

Completed in 102 milliseconds