OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:legacyImapProtocol
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/provider_src/com/android/email/service/
PopImapSyncAdapterService.java
86
String
legacyImapProtocol
= context.getString(R.string.protocol_legacy_imap);
88
if (
legacyImapProtocol
.equals(protocol)) {
132
String
legacyImapProtocol
= context.getString(R.string.protocol_legacy_imap);
141
if (protocol.equals(
legacyImapProtocol
)) {
EmailBroadcastProcessorService.java
350
String
legacyImapProtocol
= context.getString(R.string.protocol_legacy_imap);
351
if (
legacyImapProtocol
.equals(recvAuth.mProtocol)) {
Completed in 72 milliseconds