Home | History | Annotate | Download | only in app

Lines Matching defs:RESULT_CANCELED

503  * which can be the standard results RESULT_CANCELED, RESULT_OK, or any
511 * activity will receive a result with the code RESULT_CANCELED.</p>
719 public static final int RESULT_CANCELED = 0;
850 int mResultCode = RESULT_CANCELED;
3738 if (mResultCode != RESULT_CANCELED || mResultData != null) {
5365 * activity, often RESULT_CANCELED or RESULT_OK
5367 RESULT_CANCELED
5393 * activity, often RESULT_CANCELED or RESULT_OK
5396 * @see #RESULT_CANCELED
5652 if (mResultCode != RESULT_CANCELED || mResultData != null) {
5761 * {@link #RESULT_CANCELED} if the activity explicitly returned that,
5790 * set a result code other than {@link #RESULT_CANCELED} and it supports activity