Searched defs:RESULT_CANCELED (Results 1 - 4 of 4) 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 DBluetoothSap.java90 public static final int RESULT_CANCELED = 2; field in class:BluetoothSap
H A DBluetoothMap.java53 public static final int RESULT_CANCELED = 2; field in class:BluetoothMap
/frameworks/base/core/java/android/app/
H A DActivity.java464 * which can be the standard results RESULT_CANCELED, RESULT_OK, or any
472 * activity will receive a result with the code RESULT_CANCELED.</p>
679 public static final int RESULT_CANCELED = 0; field in class:Activity
777 int mResultCode = RESULT_CANCELED;
3109 if (mResultCode != RESULT_CANCELED || mResultData != null) {
4637 * activity, often RESULT_CANCELED or RESULT_OK
4639 * @see #RESULT_CANCELED
4665 * activity, often RESULT_CANCELED or RESULT_OK
4668 * @see #RESULT_CANCELED
4912 if (mResultCode != RESULT_CANCELED || mResultDat
[all...]

Completed in 95 milliseconds