Home
last modified time | relevance | path

Searched refs:mProduct (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
DBundle.h52 mMaxResVersion(NULL), mDebugMode(false), mNonConstantId(false), mProduct(NULL), in Bundle()
158 const char* getProduct() const { return mProduct; } in getProduct()
159 void setProduct(const char * val) { mProduct = val; } in setProduct()
266 const char* mProduct; variable