Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java435 Properties buildSystemApiProperties = getBuildSystemApiProperties(); in getManifestFactory() local
436 if (buildSystemApiProperties != null) { in getManifestFactory()
437 return new DefaultManifestFactory(buildSystemApiProperties); in getManifestFactory()