Searched refs:STATUS_CANCELED (Results 1 – 10 of 10) sorted by relevance
663 public static final int STATUS_CANCELED = 490; field in Downloads.Impl740 case STATUS_CANCELED: return "CANCELED"; in statusToString()
413 status = BluetoothShare.STATUS_CANCELED; in onPut()512 status = BluetoothShare.STATUS_CANCELED; in receiveFile()524 status = BluetoothShare.STATUS_CANCELED; in receiveFile()
377 public static final int STATUS_CANCELED = 490; field in BluetoothShare
157 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED); in cancelBatch()
314 status = BluetoothShare.STATUS_CANCELED; in doSend()561 status = BluetoothShare.STATUS_CANCELED; in sendFile()
343 } else if (statusCode == BluetoothShare.STATUS_CANCELED) { in getStatusDescription()
26 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()
274 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()
2092 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()
890 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),953 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),