Home
last modified time | relevance | path

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

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DMultiLayoutVerificationTest.java50 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesWithNameMismatch()
106 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesVariableMismatch()
159 List<ScopedException> exceptions = result.getBindingExceptions(); in testMultipleLayoutFilesImportMismatch()
210 List<ScopedException> exceptions = result.getBindingExceptions(); in testSameIdInIncludeAndView()
DCompilationResult.java66 public List<ScopedException> getBindingExceptions() { in getBindingExceptions() method in CompilationResult
DSimpleCompilationTest.java164 List<ScopedException> bindingExceptions = result.getBindingExceptions(); in testMultipleExceptionsInDifferentFiles()