Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReportLog.java87 int messageLength = message.length(); in Metric() local
88 if (messageLength > MAX_MESSAGE_LENGTH) { in Metric()