Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java332 Instrumentation androidInstrumentation = new RoboMonitoringInstrumentation(); in createInstrumentation() local
333 ReflectionHelpers.setField(activityThread, "mInstrumentation", androidInstrumentation); in createInstrumentation()
337 applicationInfo.packageName, androidInstrumentation.getClass().getSimpleName()); in createInstrumentation()
339 ReflectionHelpers.callInstanceMethod(androidInstrumentation, "init", in createInstrumentation()
346 ReflectionHelpers.callInstanceMethod(androidInstrumentation, in createInstrumentation()
356 return androidInstrumentation; in createInstrumentation()