Home
last modified time | relevance | path

Searched refs:STATUS_CANCELED (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBatch.java140 info.mStatus = BluetoothShare.STATUS_CANCELED; in deleteShare()
174 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED); in cancelBatch()
DBluetoothShare.java381 public static final int STATUS_CANCELED = 490; field in BluetoothShare
DBluetoothOppObexServerSession.java414 status = BluetoothShare.STATUS_CANCELED; in onPut()
491 status = BluetoothShare.STATUS_CANCELED; in receiveFile()
501 status = BluetoothShare.STATUS_CANCELED; in receiveFile()
DBluetoothOppObexClientSession.java268 status = BluetoothShare.STATUS_CANCELED; in doSend()
488 status = BluetoothShare.STATUS_CANCELED; in sendFile()
DBluetoothOppUtility.java269 } else if (statusCode == BluetoothShare.STATUS_CANCELED) { in getStatusDescription()
/packages/apps/Calendar/src/com/android/calendar/
DDeleteEventHelper.java347 values.put(Events.STATUS, Events.STATUS_CANCELED); in deleteExceptionEvent()
389 values.put(Events.STATUS, Events.STATUS_CANCELED); in deleteRepeatingEvent()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java276 if (status == Events.STATUS_CANCELED) { in performInstanceExpansion()
390 initialValues.put(Events.STATUS, Events.STATUS_CANCELED); in performInstanceExpansion()
512 if ((status != null && status == Events.STATUS_CANCELED) || deleted) { in performInstanceExpansion()
DCalendarProvider2.java1879 boolean canceling = (values.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED); in handleInsertException()
2091 && Events.STATUS_CANCELED == values.getAsInteger(Events.STATUS)) { in insertInTransaction()
3603 (modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED); in doesStatusCancelUpdateMeanUpdate()
3824 modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED) { in handleUpdateEvents()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java483 info.mStatus = Downloads.Impl.STATUS_CANCELED; in deleteDownloadLocked()
DDownloadThread.java396 if (mInfo.mStatus == Downloads.Impl.STATUS_CANCELED) { in checkPausedOrCanceled()
397 throw new StopRequestException(Downloads.Impl.STATUS_CANCELED, "download canceled"); in checkPausedOrCanceled()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java872 cv.put(Events.STATUS, Events.STATUS_CANCELED); in exceptionParser()
1505 boolean isCanceled = eventStatus != null && eventStatus.equals(Events.STATUS_CANCELED); in sendEvent()
1513 cv.put(Events.STATUS, Events.STATUS_CANCELED); in sendEvent()
1966 Events.STATUS_CANCELED)) { in sendLocalChanges()
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java538 entityValues.put(Events.STATUS, Events.STATUS_CANCELED); in testCreateMessageForEntity_Exception_Cancel()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java538 entityValues.put(Events.STATUS, Events.STATUS_CANCELED); in testCreateMessageForEntity_Exception_Cancel()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java835 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),
898 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),