Searched refs:NOT_SAVED (Results 1 – 7 of 7) sorted by relevance
96 params.put(AttachmentColumns.STATE, AttachmentState.NOT_SAVED); in cancelAttachment()
138 params.put(AttachmentColumns.STATE, AttachmentState.NOT_SAVED); in cancelAttachment()
128 if (hostAuth.mId != EmailContent.NOT_SAVED && cacheInstance) { in createInstanceInternal()
113 public static final int NOT_SAVED = -1; field in EmailContent119 public long mId = NOT_SAVED;222 return mId != NOT_SAVED; in isSaved()
539 if (state == AttachmentState.FAILED || state == AttachmentState.NOT_SAVED) { in setState()
2000 public static final int NOT_SAVED = 0; field in UIProvider.AttachmentState
5158 if (state == UIProvider.AttachmentState.NOT_SAVED in uiUpdateAttachment()5161 values.put(AttachmentColumns.UI_STATE, UIProvider.AttachmentState.NOT_SAVED); in uiUpdateAttachment()