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

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

Completed in 316 milliseconds