Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java604 final int attachment_flags = intent.getIntExtra(EXTRA_ATTACHMENT_FLAGS, -1); in onStartCommand() local
605 if ((attachment_id >= 0) && (attachment_flags >= 0)) { in onStartCommand()
606 sAttachmentChangedQueue.add(new long[]{attachment_id, attachment_flags}); in onStartCommand()
611 attachment_id, attachment_flags); in onStartCommand()