Searched refs:STATUS_CANCELED (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppBatch.java | 140 info.mStatus = BluetoothShare.STATUS_CANCELED; in deleteShare() 174 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED); in cancelBatch()
|
D | BluetoothShare.java | 381 public static final int STATUS_CANCELED = 490; field in BluetoothShare
|
D | BluetoothOppObexServerSession.java | 414 status = BluetoothShare.STATUS_CANCELED; in onPut() 491 status = BluetoothShare.STATUS_CANCELED; in receiveFile() 501 status = BluetoothShare.STATUS_CANCELED; in receiveFile()
|
D | BluetoothOppObexClientSession.java | 268 status = BluetoothShare.STATUS_CANCELED; in doSend() 488 status = BluetoothShare.STATUS_CANCELED; in sendFile()
|
D | BluetoothOppUtility.java | 269 } else if (statusCode == BluetoothShare.STATUS_CANCELED) { in getStatusDescription()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DeleteEventHelper.java | 347 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/ |
D | CalendarInstancesHelper.java | 276 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()
|
D | CalendarProvider2.java | 1879 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/ |
D | DownloadService.java | 483 info.mStatus = Downloads.Impl.STATUS_CANCELED; in deleteDownloadLocked()
|
D | DownloadThread.java | 396 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/ |
D | CalendarSyncAdapter.java | 872 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/ |
D | CalendarUtilitiesTests.java | 538 entityValues.put(Events.STATUS, Events.STATUS_CANCELED); in testCreateMessageForEntity_Exception_Cancel()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/ |
D | CalendarUtilitiesTests.java | 538 entityValues.put(Events.STATUS, Events.STATUS_CANCELED); in testCreateMessageForEntity_Exception_Cancel()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 835 Integer.toString(CalendarContract.Events.STATUS_CANCELED)), 898 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),
|