Searched refs:contactList (Results 1 – 2 of 2) sorted by relevance
69 private ContactList contactList; field in Contact130 return contactList; in getContactList()182 contactList = cl; in setContactList()222 if (this.contactList != null) in clone()223 retval.contactList = (ContactList) this.contactList.clone(); in clone()
845 ContactList contactList = sipResponse.getContactHeaders(); in addRoute() local846 if (contactList != null in addRoute()848 this.setRemoteTarget((ContactHeader) contactList.getFirst()); in addRoute()871 ContactList contactList = sipResponse.getContactHeaders(); in addRoute() local872 if (contactList != null) { in addRoute()873 this.setRemoteTarget((ContactHeader) contactList.getFirst()); in addRoute()1355 ContactList contactList = sipRequest.getContactHeaders(); in addRoute() local1356 if (contactList != null) { in addRoute()1357 this.setRemoteTarget((ContactHeader) contactList.getFirst()); in addRoute()2843 ContactList contactList = sipMessage.getContactHeaders(); in doTargetRefresh() local[all …]