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

/frameworks/base/tools/aapt/
H A DResourceTable.h375 const String16& getTypeComment() const { return mTypeComment; }
395 String16 mTypeComment; member in class:ResourceTable::ConfigList
H A DResourceTable.cpp3408 if (mTypeComment.size() > 0) {
3409 mTypeComment.append(String16("\n"));
3411 mTypeComment.append(comment);

Completed in 79 milliseconds