Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java80 int sourceLength = source.length(); in Metric() local
81 if (sourceLength > MAX_SOURCE_LENGTH) { in Metric()
83 mSource = source.substring(sourceLength - MAX_SOURCE_LENGTH); in Metric()