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.java392 Instrumentation androidInstrumentation = new RoboMonitoringInstrumentation(); in createInstrumentation() local
393 ReflectionHelpers.setField(activityThread, "mInstrumentation", androidInstrumentation); in createInstrumentation()
397 applicationInfo.packageName, androidInstrumentation.getClass().getSimpleName()); in createInstrumentation()
399 ReflectionHelpers.callInstanceMethod(androidInstrumentation, "init", in createInstrumentation()
406 ReflectionHelpers.callInstanceMethod(androidInstrumentation, in createInstrumentation()
416 return androidInstrumentation; in createInstrumentation()