Home
last modified time | relevance | path

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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java40 public static final String LOCATION_KEY = "loc:"; field in ScopedException
88 sb.append(LOCATION_KEY).append(location.toUserReadableString()).append("\n"); in createEncodedMessage()
116 int locStart = output.indexOf(LOCATION_KEY, fileStart + FILE_KEY.length()); in createFromOutput()
123 nextLoc = output.indexOf(LOCATION_KEY, locStart + LOCATION_KEY.length()); in createFromOutput()
127 output.substring(locStart + LOCATION_KEY.length())); in createFromOutput()
130 output.substring(locStart + LOCATION_KEY.length(), nextLoc)); in createFromOutput()