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

/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java54 final static int DEFAULT_PORT = 8080; field in class:TestWebServer
107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java50 private static final int DEFAULT_PORT = 5060; field in class:SipProfile
60 private int mPort = DEFAULT_PORT;
292 if (mProfile.mPort != DEFAULT_PORT) {
499 if (mPort == 0) mPort = DEFAULT_PORT;

Completed in 265 milliseconds