Home
last modified time | relevance | path

Searched refs:sAttachmentChangedQueue (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java152 private static final Queue<long[]> sAttachmentChangedQueue = field in AttachmentService
606 sAttachmentChangedQueue.add(new long[]{attachment_id, attachment_flags}); in onStartCommand()
838 debugTrace("Processing changed queue, num entries: %d", sAttachmentChangedQueue.size()); in processQueue()
842 long[] change = sAttachmentChangedQueue.poll(); in processQueue()
854 change = sAttachmentChangedQueue.poll(); in processQueue()