Searched defs:getPortFromSecurityType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOutgoingFragment.java304 private int getPortFromSecurityType() { method in class:AccountSetupOutgoingFragment
311 final int port = getPortFromSecurityType();
394 serverPort = getPortFromSecurityType();
H A DAccountSetupIncomingFragment.java432 private int getPortFromSecurityType(boolean useSsl) { method in class:AccountSetupIncomingFragment
460 final int port = getPortFromSecurityType(sslSelected);
570 serverPort = getPortFromSecurityType(getSslSelected());

Completed in 72 milliseconds