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