Home
last modified time | relevance | path

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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java39 public static final String MSG_KEY = "msg:"; field in ScopedException
84 .append(MSG_KEY).append(super.getMessage()).append("\n") in createEncodedMessage()
107 int msgStart = output.indexOf(MSG_KEY); in createFromOutput()
111 int fileStart = output.indexOf(FILE_KEY, msgStart + MSG_KEY.length()); in createFromOutput()
115 message = output.substring(msgStart + MSG_KEY.length(), fileStart); in createFromOutput()