Searched refs:STATUS_CANCELED (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBatch.java140 info.mStatus = BluetoothShare.STATUS_CANCELED;
174 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED);
H A DBluetoothShare.java375 public static final int STATUS_CANCELED = 490; field in class:BluetoothShare
H A DBluetoothOppObexServerSession.java401 status = BluetoothShare.STATUS_CANCELED;
478 status = BluetoothShare.STATUS_CANCELED;
488 status = BluetoothShare.STATUS_CANCELED;
H A DBluetoothOppObexClientSession.java268 status = BluetoothShare.STATUS_CANCELED;
488 status = BluetoothShare.STATUS_CANCELED;
H A DBluetoothOppUtility.java264 } else if (statusCode == BluetoothShare.STATUS_CANCELED) {
/packages/apps/Calendar/src/com/android/calendar/
H A DDeleteEventHelper.java345 values.put(Events.STATUS, Events.STATUS_CANCELED);
387 values.put(Events.STATUS, Events.STATUS_CANCELED);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarInstancesHelper.java275 if (status == Events.STATUS_CANCELED) {
389 initialValues.put(Events.STATUS, Events.STATUS_CANCELED);
442 // STATUS_CANCELED, EVENT_ID, BEGIN, END
492 // STATUS_CANCELED if they are cancellations.
494 // window but fall outside the window. These are STATUS_CANCELED.
511 if ((status != null && status == Events.STATUS_CANCELED) || deleted) {
H A DCalendarProvider2.java1795 // other value in mind (like STATUS_CANCELED).
1846 boolean canceling = (values.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED);
3510 // This is due to the Server semantics that generate STATUS_CANCELED for both creation
3516 (modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED);
3737 modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadService.java475 info.mStatus = Downloads.Impl.STATUS_CANCELED;
H A DDownloadThread.java398 if (mInfo.mStatus == Downloads.Impl.STATUS_CANCELED) {
399 throw new StopRequestException(Downloads.Impl.STATUS_CANCELED, "download canceled");
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncAdapter.java853 cv.put(Events.STATUS, Events.STATUS_CANCELED);
1513 boolean isCanceled = eventStatus != null && eventStatus.equals(Events.STATUS_CANCELED);
1521 cv.put(Events.STATUS, Events.STATUS_CANCELED);
1974 Events.STATUS_CANCELED)) {
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
H A DCalendarUtilitiesTests.java538 entityValues.put(Events.STATUS, Events.STATUS_CANCELED);
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java828 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),
891 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),

Completed in 251 milliseconds