Searched refs:SAVED (Results 1 – 11 of 11) sorted by relevance
58 SAVED="`pwd`"61 cd "$SAVED" >/dev/null
269 state = AttachmentState.SAVED; in Attachment()435 return state == AttachmentState.SAVED; in isPresentLocally()451 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL; in isSavedToExternal()468 return state == AttachmentState.FAILED || state == AttachmentState.SAVED; in isDownloadFinishedOrFailed()
2032 public static final int SAVED = 3; field in UIProvider.AttachmentState
400 values.put(AttachmentColumns.UI_STATE, UIProvider.AttachmentState.SAVED); in synchronizePop3Mailbox()422 values.put(AttachmentColumns.UI_STATE, AttachmentState.SAVED); in synchronizePop3Mailbox()
147 && attachment.mUiState == UIProvider.AttachmentState.SAVED) { in loadAttachment()
829 cv.put(AttachmentColumns.UI_STATE, AttachmentState.SAVED); in markAttachmentAsCompleted()
199 if (mAttachment.state == AttachmentState.SAVED && mViewOnFinish) { in updateStatus()
457 cv.put(AttachmentColumns.UI_STATE, UIProvider.AttachmentState.SAVED); in saveAttachment()
360 cv.put(AttachmentColumns.UI_STATE, UIProvider.AttachmentState.SAVED); in saveAttachmentBody()
1147 AttachmentColumns.UI_STATE + "=" + UIProvider.AttachmentState.SAVED + in onUpgrade()1860 "=" + UIProvider.AttachmentState.SAVED + " where " + in upgradeToEmail2()
4303 att.mUiState == UIProvider.AttachmentState.SAVED && in AttachmentsCursor()5186 if (state == UIProvider.AttachmentState.SAVED) { in uiUpdateAttachment()