OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachment_flags
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java
111
"com.android.email.AttachmentService.
attachment_flags
";
604
final int
attachment_flags
= intent.getIntExtra(EXTRA_ATTACHMENT_FLAGS, -1);
local
605
if ((attachment_id >= 0) && (
attachment_flags
>= 0)) {
606
sAttachmentChangedQueue.add(new long[]{attachment_id,
attachment_flags
});
611
attachment_id,
attachment_flags
);
[
all
...]
Completed in 106 milliseconds