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

  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 313 private static boolean amongAttachments(Attachment att, Attachment[] atts) {
375 if (!amongAttachments(refAtt, outAtts)) {
384 if (!amongAttachments(outAtt, refAtts)) {
  /packages/apps/Exchange/src/com/android/exchange/service/
EasOutboxSyncHandler.java 153 private static boolean amongAttachments(final Attachment att, final Attachment[] atts) {
235 if (!amongAttachments(refAtt, outAtts)) {
242 if (!amongAttachments(outAtt, refAtts)) {

Completed in 40 milliseconds