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

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

Completed in 27 milliseconds