Searched refs:attachment_flags (Results 1 – 1 of 1) sorted by relevance
604 final int attachment_flags = intent.getIntExtra(EXTRA_ATTACHMENT_FLAGS, -1); in onStartCommand() local605 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()