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