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

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java60 public static final String KEY_MANIFEST_PACKAGE = "PACKAGE"; field in class:BaseCompilationTest
196 if (!map.containsKey(KEY_MANIFEST_PACKAGE)) {
197 map.put(KEY_MANIFEST_PACKAGE, DEFAULT_APP_PACKAGE);
228 replacements.put(KEY_MANIFEST_PACKAGE, packageName);

Completed in 128 milliseconds