OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENVELOPE
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
FetchProfile.java
44
* Download the
envelope
of the message. This should include at minimum the size and the
47
ENVELOPE
,
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
FetchProfile.java
46
* Download the
envelope
of the message. This should include at minimum
49
ENVELOPE
,
/packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java
532
// try the basic fetch of flags &
envelope
536
fp.add(FetchProfile.Item.
ENVELOPE
);
579
// try the basic fetch of flags &
envelope
, but the LIST command fails
584
fp.add(FetchProfile.Item.
ENVELOPE
);
627
// try the basic fetch of flags &
envelope
631
fp.add(FetchProfile.Item.
ENVELOPE
);
789
// try the basic fetch of flags &
envelope
793
fp.add(FetchProfile.Item.
ENVELOPE
);
[
all
...]
ImapStoreUnitTests.java
773
fp.add(FetchProfile.Item.
ENVELOPE
);
[
all
...]
/frameworks/native/include/input/
InputEventLabels.h
107
DEFINE_KEYCODE(
ENVELOPE
),
/packages/apps/Email/provider_src/com/android/email/service/
ImapService.java
287
fp.add(FetchProfile.Item.
ENVELOPE
);
616
* Fetch the flags and
envelope
only of the new messages. This is intended to get us
626
// the flags and
envelope
for previously.
[
all
...]
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapFolder.java
257
*
ENVELOPE
- UID FETCH (INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[
271
if (fp.contains(FetchProfile.Item.
ENVELOPE
)) {
337
if (fp.contains(FetchProfile.Item.
ENVELOPE
)) {
542
//
envelope
structure, body structure, and size in
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java
305
FetchProfile.Item.FLAGS, FetchProfile.Item.
ENVELOPE
, FetchProfile.Item.STRUCTURE));
/packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java
635
*
ENVELOPE
- UID FETCH (INTERNALDATE UID RFC822.SIZE FLAGS BODY.PEEK[
649
if (fp.contains(FetchProfile.Item.
ENVELOPE
)) {
716
if (fp.contains(FetchProfile.Item.
ENVELOPE
)) {
[
all
...]
Completed in 658 milliseconds