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()
415 status = BluetoothShare.STATUS_CANCELED; in onPut()510 status = BluetoothShare.STATUS_CANCELED; in receiveFile()522 status = BluetoothShare.STATUS_CANCELED; in receiveFile()
377 public static final int STATUS_CANCELED = 490; field in BluetoothShare
160 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED); in cancelBatch()
314 status = BluetoothShare.STATUS_CANCELED; in doSend()561 status = BluetoothShare.STATUS_CANCELED; in sendFile()
324 } else if (statusCode == BluetoothShare.STATUS_CANCELED) { in getStatusDescription()
26 import static android.provider.Downloads.Impl.STATUS_CANCELED;158 private static final String NOT_CANCELED = COLUMN_STATUS + " != '" + STATUS_CANCELED + "'";215 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()
2068 boolean canceling = (values.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED); in handleInsertException()2350 && Events.STATUS_CANCELED == values.getAsInteger(Events.STATUS)) { in insertInTransactionInner()3931 (modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED); in doesStatusCancelUpdateMeanUpdate()4154 modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED) { in handleUpdateEvents()
889 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),952 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),