HomeSort by relevance Sort by last modified time
    Searched refs:shadowInstrumentation (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplication.java 225 ShadowInstrumentation shadowInstrumentation =
227 shadowInstrumentation.checkActivities(checkActivities);
ShadowActivity.java 461 ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation());
462 return shadowInstrumentation.getNextStartedActivityForResult();
474 ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation());
475 return shadowInstrumentation.peekNextStartedActivityForResult();
565 ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation());
566 int requestCode = shadowInstrumentation.getRequestCodeForIntent(requestIntent);
ShadowPendingIntent.java 166 ShadowInstrumentation shadowInstrumentation = Shadow.extract(activityThread.getInstrumentation());
169 shadowInstrumentation.execStartActivity(

Completed in 885 milliseconds