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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextWrapper.java 112 ShadowInstrumentation getShadowInstrumentation() {
ShadowApplication.java 225 ShadowInstrumentation shadowInstrumentation =
227 shadowInstrumentation.checkActivities(checkActivities);
ShadowContextImpl.java 312 private ShadowInstrumentation getShadowInstrumentation() {
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(
ShadowInstrumentation.java 59 public class ShadowInstrumentation {

Completed in 297 milliseconds