Searched refs:peekNextStartedActivityForResult (Results 1 – 2 of 2) sorted by relevance
140 …ShadowActivity.IntentForResult intentForResult = shadowActivity.peekNextStartedActivityForResult(); in shouldSupportPeekStartedActitivitesForResult()142 … assertThat(shadowActivity.peekNextStartedActivityForResult(), sameInstance(intentForResult)); in shouldSupportPeekStartedActitivitesForResult()
312 public IntentForResult peekNextStartedActivityForResult() { in peekNextStartedActivityForResult() method in ShadowActivity