Home | History | Annotate | Download | only in camera

Lines Matching full:resultcode

1077         int resultCode;
1079 resultCode = Activity.RESULT_OK;
1083 resultCode = Activity.RESULT_CANCELED;
1085 mActivity.setResultEx(resultCode, resultIntent);