Home
last modified time | relevance | path

Searched defs:getInstrumentation (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/integration_tests/androidx_test/src/test/java/org/robolectric/integrationtests/axt/
DInstrumentationRegistryTest.java25 public void getInstrumentation() { in getInstrumentation() method in InstrumentationRegistryTest
/external/robolectric/robolectric/src/main/java/org/robolectric/android/internal/
DLocalActivityInvoker.java193 private static RoboMonitoringInstrumentation getInstrumentation() { in getInstrumentation() method in LocalActivityInvoker
/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/
DActivityController.java678 private Instrumentation getInstrumentation() { in getInstrumentation() method in ActivityController
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
D_Activity_.java367 Instrumentation getInstrumentation(); in getInstrumentation() method