Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/
DDownloads.java663 public static final int STATUS_CANCELED = 490; field in Downloads.Impl
740 case STATUS_CANCELED: return "CANCELED"; in statusToString()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSession.java413 status = BluetoothShare.STATUS_CANCELED; in onPut()
512 status = BluetoothShare.STATUS_CANCELED; in receiveFile()
524 status = BluetoothShare.STATUS_CANCELED; in receiveFile()
DBluetoothShare.java377 public static final int STATUS_CANCELED = 490; field in BluetoothShare
DBluetoothOppBatch.java157 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED); in cancelBatch()
DBluetoothOppObexClientSession.java314 status = BluetoothShare.STATUS_CANCELED; in doSend()
561 status = BluetoothShare.STATUS_CANCELED; in sendFile()
DBluetoothOppUtility.java343 } else if (statusCode == BluetoothShare.STATUS_CANCELED) { in getStatusDescription()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java26 import static android.provider.Downloads.Impl.STATUS_CANCELED;
159 private static final String NOT_CANCELED = COLUMN_STATUS + " != '" + STATUS_CANCELED + "'";
216 throw new StopRequestException(STATUS_CANCELED, "Download deleted or missing!"); in writeToDatabaseOrThrow()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java274 if (status == Events.STATUS_CANCELED) { in performInstanceExpansion()
388 initialValues.put(Events.STATUS, Events.STATUS_CANCELED); in performInstanceExpansion()
510 if ((status != null && status == Events.STATUS_CANCELED) || deleted) { in performInstanceExpansion()
DCalendarProvider2.java2092 boolean canceling = (values.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED); in handleInsertException()
2374 && Events.STATUS_CANCELED == values.getAsInteger(Events.STATUS)) { in insertInTransactionInner()
3955 (modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED); in doesStatusCancelUpdateMeanUpdate()
4178 modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED) { in handleUpdateEvents()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java890 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),
953 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),