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

/frameworks/base/tools/aapt/
H A DBundle.h64 mMaxResVersion(NULL), mDebugMode(false), mNonConstantId(false), mProduct(NULL),
173 bool getNonConstantId() const { return mNonConstantId; }
174 void setNonConstantId(bool val) { mNonConstantId = val; }
287 bool mNonConstantId; member in class:Bundle

Completed in 19 milliseconds