Home
last modified time | relevance | path

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

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DSimpleCompilationTest.java48 prepareProject(); in listTasks()
58 prepareProject(); in testEmptyCompilation()
69 prepareProject(); in testMultipleConfigs()
97 prepareProject(); in singleFileErrorTest()
124 prepareProject(); in testMultipleExceptionsInDifferentFiles()
191 prepareProject(); in testInvalidSetterBinding()
201 prepareProject(); in testRootTag()
213 prepareProject(); in testInvalidVariableType()
267 prepareProject(); in testIncludeInMerge()
DMultiLayoutVerificationTest.java41 prepareProject(); in testMultipleLayoutFilesWithNameMismatch()
97 prepareProject(); in testMultipleLayoutFilesVariableMismatch()
148 prepareProject(); in testMultipleLayoutFilesImportMismatch()
201 prepareProject(); in testSameIdInIncludeAndView()
DBaseCompilationTest.java188 protected void prepareProject() throws IOException, URISyntaxException { in prepareProject() method in BaseCompilationTest