Searched defs:RESULT_CANCELED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java86 public static final int RESULT_CANCELED = 2; field in class:BluetoothPbap
/frameworks/base/core/java/android/app/
H A DActivity.java435 * which can be the standard results RESULT_CANCELED, RESULT_OK, or any
443 * activity will receive a result with the code RESULT_CANCELED.</p>
649 public static final int RESULT_CANCELED = 0; field in class:Activity
736 int mResultCode = RESULT_CANCELED;
2719 if (mResultCode != RESULT_CANCELED || mResultData != null) {
3917 * activity, often RESULT_CANCELED or RESULT_OK
3919 * @see #RESULT_CANCELED
3945 * activity, often RESULT_CANCELED or RESULT_OK
3948 * @see #RESULT_CANCELED
4125 if (mResultCode != RESULT_CANCELED || mResultDat
[all...]

Completed in 162 milliseconds