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

/frameworks/base/tools/aapt/
H A DResourceTable.h401 const String16& getTypeComment() const { return mTypeComment; }
421 String16 mTypeComment; member in class:ResourceTable::ConfigList
H A DResourceTable.cpp3720 if (mTypeComment.size() > 0) {
3721 mTypeComment.append(String16("\n"));
3723 mTypeComment.append(comment);

Completed in 88 milliseconds