Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DTypes.java95 String toProtoText() { in toProtoText() method in Types.KnownDifferences
97 return Types.toProtoText(knownDifferencesProto); in toProtoText()
266 String toProtoText() { in toProtoText() method in Types.KnownDifference
268 return Types.toProtoText(proto); in toProtoText()
272 private static String toProtoText(Message proto) { in toProtoText() method in Types
DGeonamesComparison.java154 writer.write(knownDifferences.toProtoText()); in outputKnownDifferences()
168 writer.append(referenceDataKnownDifference.toProtoText()); in outputKnownDifferenceMismatches()
171 writer.append(knownDifferenceMismatch.getActualKnownDifference().toProtoText()); in outputKnownDifferenceMismatches()