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

/frameworks/base/voip/java/android/net/sip/
H A DSipProfile.java230 * @param outboundProxy the network address of the outbound proxy
233 public Builder setOutboundProxy(String outboundProxy) { argument
234 mProxyAddress = outboundProxy;

Completed in 1069 milliseconds