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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java87 public static final int RESULT_CANCELED = 2; field in class:BluetoothPbap
H A DBluetoothMap.java53 public static final int RESULT_CANCELED = 2; field in class:BluetoothMap
/frameworks/base/core/java/android/app/
H A DActivity.java454 * which can be the standard results RESULT_CANCELED, RESULT_OK, or any
462 * activity will receive a result with the code RESULT_CANCELED.</p>
669 public static final int RESULT_CANCELED = 0; field in class:Activity
777 int mResultCode = RESULT_CANCELED;
3080 if (mResultCode != RESULT_CANCELED || mResultData != null) {
4416 * activity, often RESULT_CANCELED or RESULT_OK
4418 * @see #RESULT_CANCELED
4444 * activity, often RESULT_CANCELED or RESULT_OK
4447 * @see #RESULT_CANCELED
4681 if (mResultCode != RESULT_CANCELED || mResultDat
[all...]

Completed in 388 milliseconds