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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DConfigMergerTest.java6 import static org.robolectric.annotation.Config.DEFAULT_APPLICATION;
53 new int[0], "AndroidManifest.xml", DEFAULT_APPLICATION, "", "", "res", "assets", new Class[]{}, new String[]{}, new String[]{}, Void.class);
56 new int[0], "AndroidManifest.xml", DEFAULT_APPLICATION, "", "", "res", "assets", new Class[]{}, new String[]{}, new String[]{}, Void.class);
116 new int[0], "AndroidManifest.xml", DEFAULT_APPLICATION, "", "from-subclass", "res", "assets", new Class[]{}, new String[]{}, new String[]{}, Void.class);
119 new int[0], "AndroidManifest.xml", DEFAULT_APPLICATION, "", "from-subclass", "res", "assets", new Class[]{}, new String[]{}, new String[]{}, Void.class);
146 new int[] {432}, "AndroidManifest.xml", DEFAULT_APPLICATION, "", "", "res", "assets", new Class[] {}, new String[]{}, new String[]{}, null);
158 new int[] {123}, "AndroidManifest.xml", DEFAULT_APPLICATION, "", "from-org-robolectric", "res", "assets", new Class[] {}, new String[]{},
165 new int[0], "AndroidManifest.xml", DEFAULT_APPLICATION, "", "", "res", "assets", new Class[] {}, new String[]{}, new String[]{}, null);
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
H A DConfig.java39 Class<? extends Application> DEFAULT_APPLICATION = DefaultApplication.class; field in interface:Config
95 Class<? extends Application> application() default DefaultApplication.class; // DEFAULT_APPLICATION
215 parseApplication(properties.getProperty("application", DEFAULT_APPLICATION.getCanonicalName())),
404 protected Class<? extends Application> application = DEFAULT_APPLICATION;
561 this.application = pick(this.application, overlayConfig.application(), DEFAULT_APPLICATION);
584 return clazz == null || clazz.getCanonicalName().equals(DEFAULT_APPLICATION.getCanonicalName());

Completed in 118 milliseconds