OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPortFromSecurityType
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java
331
private int
getPortFromSecurityType
() {
338
final int port =
getPortFromSecurityType
();
382
serverPort =
getPortFromSecurityType
();
AccountSetupIncomingFragment.java
462
private int
getPortFromSecurityType
(boolean useSsl) {
493
final int port =
getPortFromSecurityType
(sslSelected);
555
serverPort =
getPortFromSecurityType
(getSslSelected());
Completed in 52 milliseconds