Searched refs:receiveResult (Results 1 – 2 of 2) sorted by relevance
76 shadowOf(activity).receiveResult(new Intent().setType("image/*"), Activity.RESULT_OK, in startActivityForResultAndReceiveResult_shouldSendResponsesBackToActivity()94 shadowOf(activity).receiveResult(requestIntent, Activity.RESULT_OK, in startActivityForResultAndReceiveResult_whenNoIntentMatches_shouldThrowException()
395 public void receiveResult(Intent requestIntent, int resultCode, Intent resultIntent) { in receiveResult() method in ShadowActivity