Home | History | Annotate | Download | only in providers

Lines Matching refs:DESTINATION

107      * @see AttachmentColumns#DESTINATION
109 public int destination;
180 destination = in.readInt();
201 destination = cursor.getInt(cursor.getColumnIndex(AttachmentColumns.DESTINATION));
222 destination = srcJson.optInt(AttachmentColumns.DESTINATION);
256 destination = AttachmentDestination.CACHE;
295 destination = values.getAsInteger(AttachmentColumns.DESTINATION);
320 values.put(AttachmentColumns.DESTINATION, destination);
342 dest.writeInt(destination);
361 result.put(AttachmentColumns.DESTINATION, destination);
430 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL;
543 if (destination != that.destination) {
601 result = 31 * result + destination;