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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java88 public static final int RESULT_CANCELED = 2; field in class:BluetoothPbap
H A DBluetoothMap.java55 public static final int RESULT_CANCELED = 2; field in class:BluetoothMap
/frameworks/base/core/java/android/app/
H A DActivity.java439 * which can be the standard results RESULT_CANCELED, RESULT_OK, or any
447 * activity will receive a result with the code RESULT_CANCELED.</p>
653 public static final int RESULT_CANCELED = 0; field in class:Activity
749 int mResultCode = RESULT_CANCELED;
2792 if (mResultCode != RESULT_CANCELED || mResultData != null) {
4024 * activity, often RESULT_CANCELED or RESULT_OK
4026 * @see #RESULT_CANCELED
4052 * activity, often RESULT_CANCELED or RESULT_OK
4055 * @see #RESULT_CANCELED
4246 if (mResultCode != RESULT_CANCELED || mResultDat
[all...]

Completed in 93 milliseconds