Home
last modified time | relevance | path

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

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DMultiLayoutVerificationTest.java72 "layout/with_class_name"), exception.getBareMessage()); in testMultipleLayoutFilesWithNameMismatch()
84 "layout-land/with_class_name"), exception.getBareMessage()); in testMultipleLayoutFilesWithNameMismatch()
139 config + "/layout_with_variable_type"), exception.getBareMessage()); in testMultipleLayoutFilesVariableMismatch()
192 config + "/layout_with_import_type"), exception.getBareMessage()); in testMultipleLayoutFilesImportMismatch()
245 exception.getBareMessage()); in testSameIdInIncludeAndView()
DSimpleCompilationTest.java134 assertEquals(errorMessage, scopedException.getBareMessage()); in singleFileErrorTest()
181 fail("unexpected exception " + exception.getBareMessage()); in testMultipleExceptionsInDifferentFiles()
187 assertEquals(message, exception.getBareMessage()); in testMultipleExceptionsInDifferentFiles()
343 ErrorMessages.INCLUDE_INSIDE_MERGE, ex.getBareMessage()); in testIncludeInMerge()
364 "and cannot be assigned.", ex.getBareMessage()); in testAssignTwoWayEvent()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java58 public String getBareMessage() { in getBareMessage() method in ScopedException