Searched refs:mAttachmentUri (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DAttachmentLoader.java60 private final Uri mAttachmentUri; field in class:AttachmentLoader
72 mAttachmentUri = AttachmentUtilities.getAttachmentUri(mAccountId, mAttachmentId);
97 cv.put(AttachmentColumns.CONTENT_URI, mAttachmentUri.toString());
212 os = mResolver.openOutputStream(mAttachmentUri);

Completed in 43 milliseconds