Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DStringResourceMap.java112 private final StringBuilder mComment = new StringBuilder(); field in StringResourceMap.StringResourceHandler
116 mComment.setLength(0); in init()
121 mComment.append(ch, start, length); in comment()
123 mComment.append('\n'); in comment()
147 final String comment = mComment.length() > 0 ? mComment.toString() : null; in endElement()
DStringResource.java22 public final String mComment; field in StringResource
27 mComment = comment; in StringResource()
DMoreKeysResources.java212 if (res.mComment != null) { in dumpTextsInternal()
213 formatter.outCommentLines(addPrefix(" // ", res. mComment)); in dumpTextsInternal()
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DTypes.java180 mKnownDifference.mType, mKnownDifference.mComment, mKnownDifference.mBugUri); in getActualKnownDifference()
208 .setComment(mComment) in toProto()
236 private final String mComment; field in Types.KnownDifference
247 this.mComment = Objects.requireNonNull(comment); in KnownDifference()