Home
last modified time | relevance | path

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

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DSimpleCompilationTest.java222 KEY_SETTINGS_INCLUDES, "include ':app'\ninclude ':module1'")); in testSingleModule()
234 KEY_SETTINGS_INCLUDES, "include ':app'\ninclude ':module1'")); in testModuleDependencyChange()
252 KEY_SETTINGS_INCLUDES, "include ':app'\ninclude ':module1'\n" in testTwoLevelDependency()
DBaseCompilationTest.java62 public static final String KEY_SETTINGS_INCLUDES = "SETTINGS_INCLUDES"; field in BaseCompilationTest
199 if (!map.containsKey(KEY_SETTINGS_INCLUDES)) { in addDefaults()
200 map.put(KEY_SETTINGS_INCLUDES, "include ':app'"); in addDefaults()