Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp224 String16 fullMsg(mayOrMust(type, flags->value)); in appendTypeInfo() local
225 fullMsg.append(String16(" be ")); in appendTypeInfo()
226 fullMsg.append(String16(flags->description)); in appendTypeInfo()
227 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()