OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImapResponse
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponse.java
23
public class
ImapResponse
extends ImapList {
27
/* package */
ImapResponse
(String tag, boolean isContinuationRequest) {
144
final
ImapResponse
thatResponse = (
ImapResponse
) that;
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapResponse.java
22
public class
ImapResponse
extends ImapList {
26
/* package */
ImapResponse
(String tag, boolean isContinuationRequest) {
143
final
ImapResponse
thatResponse = (
ImapResponse
) that;
Completed in 75 milliseconds