Searched refs:finishActivityWithIntentResult (Results 1 – 1 of 1) sorted by relevance
2888 finishActivityWithIntentResult(Activity.RESULT_OK, resultIntent); in finishActivityWithIntentCompleted()2893 finishActivityWithIntentResult(Activity.RESULT_CANCELED, new Intent()); in finishActivityWithIntentCanceled()2896 private void finishActivityWithIntentResult(int resultCode, Intent resultIntent) { in finishActivityWithIntentResult() method in CameraActivity