HomeSort by relevance Sort by last modified time
    Searched full:attachmentscursor (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 220 Cursor attachmentsCursor = context.getContentResolver().query(uri,
224 int attachmentCount = attachmentsCursor.getCount();
237 attachmentsCursor.moveToFirst();
241 int flags = attachmentsCursor.getInt(Attachment.CONTENT_FLAGS_COLUMN);
262 Attachment.getContent(attachmentsCursor, Attachment.class);
266 } while (attachmentsCursor.moveToNext());
272 attachmentsCursor.close();

Completed in 31 milliseconds