OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
265
} while (
attachmentsCursor
.moveToNext());
271
attachmentsCursor
.close();
Completed in 675 milliseconds