Searched refs:getNextStartedActivity (Results 1 – 6 of 6) sorted by relevance
159 public Intent getNextStartedActivity() { in getNextStartedActivity() method in ShadowContextWrapper160 return getShadowApplication().getNextStartedActivity(); in getNextStartedActivity()
231 public Intent getNextStartedActivity() { in getNextStartedActivity() method in ShadowApplication
55 Intent startedIntent = shadowActivity.getNextStartedActivity(); in clickWithIntent()
46 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedActivity(); in matchesSafely()
82 Intent i = shadowOf(otherContext).getNextStartedActivity(); in send__shouldFillInIntentData()
107 assertThat(shadowActivity.getNextStartedActivity(), nullValue()); in shouldSupportStartActivityForResult()111 Intent startedIntent = shadowActivity.getNextStartedActivity(); in shouldSupportStartActivityForResult()