Searched refs:legacyImapProtocol (Results 1 – 2 of 2) sorted by relevance
85 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap); in loadsFromServer() local87 if (legacyImapProtocol.equals(protocol)) { in loadsFromServer()129 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap); in sync() local136 if (protocol.equals(legacyImapProtocol)) { in sync()
355 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap); in setImapDeletePolicy() local356 if (legacyImapProtocol.equals(recvAuth.mProtocol)) { in setImapDeletePolicy()