HomeSort by relevance Sort by last modified time
    Searched refs:finishLoadAttachment (Results 1 - 2 of 2) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 107 private void finishLoadAttachment(File file) throws IOException {
169 finishLoadAttachment(tmpFile);
179 finishLoadAttachment(tmpFile);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasAttachmentLoader.java 203 private boolean finishLoadAttachment(final Attachment attachment, final File file) {
262 if (success && finishLoadAttachment(attachment, tmpFile)) {

Completed in 599 milliseconds