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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java88 public static final int RESULT_CANCELED = 2; field in class:BluetoothPbap
/frameworks/base/core/java/android/app/
H A DActivity.java436 * which can be the standard results RESULT_CANCELED, RESULT_OK, or any
444 * activity will receive a result with the code RESULT_CANCELED.</p>
650 public static final int RESULT_CANCELED = 0; field in class:Activity
745 int mResultCode = RESULT_CANCELED;
2738 if (mResultCode != RESULT_CANCELED || mResultData != null) {
3961 * activity, often RESULT_CANCELED or RESULT_OK
3963 * @see #RESULT_CANCELED
3989 * activity, often RESULT_CANCELED or RESULT_OK
3992 * @see #RESULT_CANCELED
4177 if (mResultCode != RESULT_CANCELED || mResultDat
[all...]

Completed in 1367 milliseconds