HomeSort by relevance Sort by last modified time
    Searched defs:sentByHostPort (Results 1 - 9 of 9) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 67 private HostPort sentByHostPort;
134 this.sentByHostPort = new HostPort();
135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress()));
136 this.sentByHostPort.setPort(port);
167 if (this.sentByHostPort != null) {
168 via.setSentBy(sentByHostPort);
226 this.sentByHostPort.setHost( new Host(ipAddress.getHostAddress()));
240 this.sentByHostPort = new HostPort();
241 this.sentByHostPort.setHost(new Host(sentBy));
243 this.sentByHostPort = new HostPort()
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 53 milliseconds