Searched refs:legacyImapProtocol (Results 1 – 2 of 2) sorted by relevance
86 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap); in loadsFromServer() local88 if (legacyImapProtocol.equals(protocol)) { in loadsFromServer()132 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap); in sync() local141 if (protocol.equals(legacyImapProtocol)) { in sync()
350 String legacyImapProtocol = context.getString(R.string.protocol_legacy_imap); in setImapDeletePolicy() local351 if (legacyImapProtocol.equals(recvAuth.mProtocol)) { in setImapDeletePolicy()