Home
last modified time | relevance | path

Searched refs:getPortFromSecurityType (Results 1 – 2 of 2) sorted by relevance

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