Searched refs:STATUS_CANCELED (Results 1 – 13 of 13) sorted by relevance
663 public static final int STATUS_CANCELED = 490; field in Downloads.Impl740 case STATUS_CANCELED: return "CANCELED"; in statusToString()
75 new BluetoothOppReceiveFileInfo(BluetoothShare.STATUS_CANCELED); in createInstance_withStatus_createCorrectly()77 assertThat(info.mStatus).isEqualTo(BluetoothShare.STATUS_CANCELED); in createInstance_withStatus_createCorrectly()
100 mBluetoothOppShareInfo.mStatus = BluetoothShare.STATUS_CANCELED; in testHasCompletionNotification()
382 mContext, BluetoothShare.STATUS_CANCELED, deviceName)) in getStatusDescription_returnCorrectString()
295 public static final int STATUS_CANCELED = 490; field in BluetoothShare
149 Constants.updateShareStatus(mContext, info.mId, BluetoothShare.STATUS_CANCELED); in cancelBatch()
456 status = BluetoothShare.STATUS_CANCELED; in onPut()581 status = BluetoothShare.STATUS_CANCELED; in receiveFile()591 status = BluetoothShare.STATUS_CANCELED; in receiveFile()
327 status = BluetoothShare.STATUS_CANCELED; in doSend()595 status = BluetoothShare.STATUS_CANCELED; in sendFile()
395 } 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()
2091 boolean canceling = (values.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED); in handleInsertException()2373 && Events.STATUS_CANCELED == values.getAsInteger(Events.STATUS)) { in insertInTransactionInner()3954 (modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED); in doesStatusCancelUpdateMeanUpdate()4177 modValues.getAsInteger(Events.STATUS) == Events.STATUS_CANCELED) { in handleUpdateEvents()
890 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),953 Integer.toString(CalendarContract.Events.STATUS_CANCELED)),