Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.h410 const String16& getTypeComment() const { return mTypeComment; } in getTypeComment()
430 String16 mTypeComment; variable
DResourceTable.cpp3782 if (mTypeComment.size() > 0) { in appendTypeComment()
3783 mTypeComment.append(String16("\n")); in appendTypeComment()
3785 mTypeComment.append(comment); in appendTypeComment()