Searched defs:MSG_KEY (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds