Searched refs:SAVED (Results 1 – 10 of 10) sorted by relevance
253 state = AttachmentState.SAVED; in Attachment()411 return state == AttachmentState.SAVED; in isPresentLocally()427 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL; in isSavedToExternal()444 return state == AttachmentState.FAILED || state == AttachmentState.SAVED; in isDownloadFinishedOrFailed()
1921 public static final int SAVED = 3; field in UIProvider.AttachmentState
396 values.put(AttachmentColumns.UI_STATE, UIProvider.AttachmentState.SAVED); in synchronizePop3Mailbox()418 values.put(AttachmentColumns.UI_STATE, AttachmentState.SAVED); in synchronizePop3Mailbox()
146 && attachment.mUiState == UIProvider.AttachmentState.SAVED) { in loadAttachment()
696 cv.put(Attachment.UI_STATE, AttachmentState.SAVED); in endDownload()
186 if (mAttachment.state == AttachmentState.SAVED && mViewOnFinish) { in updateStatus()
450 cv.put(AttachmentColumns.UI_STATE, UIProvider.AttachmentState.SAVED); in saveAttachment()
1028 "=" + UIProvider.AttachmentState.SAVED + " where " + in onUpgrade()1662 "=" + UIProvider.AttachmentState.SAVED + " where " + in upgradeToEmail2()
3954 att.mUiState == UIProvider.AttachmentState.SAVED && in getString()4747 if (state == UIProvider.AttachmentState.SAVED) { in uiUpdateAttachment()
326 cv.put(AttachmentColumns.UI_STATE, UIProvider.AttachmentState.SAVED); in saveAttachmentBody()