HomeSort by relevance Sort by last modified time
    Searched refs:legacyImapProtocol (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/service/
PopImapSyncAdapterService.java 85 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap);
87 if (legacyImapProtocol.equals(protocol)) {
129 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap);
136 if (protocol.equals(legacyImapProtocol)) {
EmailBroadcastProcessorService.java 355 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap);
356 if (legacyImapProtocol.equals(recvAuth.mProtocol)) {

Completed in 433 milliseconds