HomeSort by relevance Sort by last modified time
    Searched refs:KEY_SETTINGS_INCLUDES (Results 1 - 2 of 2) sorted by null

  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java 222 KEY_SETTINGS_INCLUDES, "include ':app'\ninclude ':module1'"));
234 KEY_SETTINGS_INCLUDES, "include ':app'\ninclude ':module1'"));
252 KEY_SETTINGS_INCLUDES, "include ':app'\ninclude ':module1'\n"
BaseCompilationTest.java 62 public static final String KEY_SETTINGS_INCLUDES = "SETTINGS_INCLUDES";
199 if (!map.containsKey(KEY_SETTINGS_INCLUDES)) {
200 map.put(KEY_SETTINGS_INCLUDES, "include ':app'");

Completed in 131 milliseconds