Searched defs:getPort (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java98 port = url.getPort();
122 inetSocketAddress.getPort());
268 public int getPort() { method in class:ProxyServer
/frameworks/base/core/java/android/net/
H A DProxyProperties.java77 mPort = source.getPort();
100 public int getPort() { method in class:ProxyProperties
H A DWebAddress.java159 public int getPort() { method in class:WebAddress
H A DProxy.java152 public static final int getPort(Context ctx) { method in class:Proxy
156 return ((InetSocketAddress)(proxy.address())).getPort();
213 return new HttpHost(sa.getHostName(), sa.getPort(), "http");
321 port = Integer.toString(p.getPort());
H A DUri.java253 public abstract int getPort(); method in class:Uri
930 public int getPort() { method in class:Uri.OpaqueUri
1096 public int getPort() { method in class:Uri.AbstractHierarchicalUri
/frameworks/base/core/java/android/net/nsd/
H A DNsdServiceInfo.java91 public int getPort() { method in class:NsdServiceInfo
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java473 /*package */ int getPort() { method in class:BluetoothSocket
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java262 public int getPort() { method in class:SimpleSessionDescription.Media
H A DSipProfile.java110 mProfile.mPort = profile.getPort();
432 public int getPort() { method in class:SipProfile
/frameworks/base/core/java/android/content/
H A DIntentFilter.java680 public int getPort() { method in class:IntentFilter.AuthorityEntry
711 if (mPort != data.getPort()) {
1325 if (ae.getPort() >= 0) {
1326 serializer.attribute(null, PORT_STR, Integer.toString(ae.getPort()));

Completed in 448 milliseconds