Searched defs:att (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/
H A DEasOutboxService.java309 * @param att the attachment to test
313 private static boolean amongAttachments(Attachment att, Attachment[] atts) { argument
314 String location = att.mLocation;
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasOutboxSyncHandler.java149 * @param att the attachment to test
153 private static boolean amongAttachments(final Attachment att, final Attachment[] atts) { argument
154 final String location = att.mLocation;
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java282 public synchronized void onChange(Context context, Attachment att) { argument
283 DownloadRequest req = findDownloadRequest(att.mId);
284 long priority = getPriority(att);
287 LogUtils.d(TAG, "== Attachment changed: " + att.mId);
294 LogUtils.d(TAG, "== Attachment " + att.mId + " was in queue, removing");
300 if (mDownloadsInProgress.containsKey(att.mId)) return;
303 req = new DownloadRequest(context, att);
309 LogUtils.d(TAG, "== Download queued for attachment " + att.mId + ", class " +
396 Attachment att = new Attachment();
397 att
711 getPriority(Attachment att) argument
780 onChange(Attachment att) argument
[all...]

Completed in 63 milliseconds