Searched refs:contactList (Results 1 – 3 of 3) sorted by relevance
168 ArrayList<PresenceContact> contactList) { in addContactsToEabDb() argument176 for (int j = 0; j < contactList.size(); j++) { in addContactsToEabDb()177 addContactToEabDb(context, operation, contactList.get(j).getDisplayName(), in addContactsToEabDb()178 contactList.get(j).getPhoneNumber(), contactList.get(j).getFormattedNumber(), in addContactsToEabDb()179 contactList.get(j).getRawContactId(), contactList.get(j).getContactId(), in addContactsToEabDb()180 contactList.get(j).getDataId()); in addContactsToEabDb()207 ArrayList<PresenceContact> contactList) { in deleteContactsFromEabDb() argument211 String[] contactIdList = new String[contactList.size()]; in deleteContactsFromEabDb()216 for (int j = 0; j < contactList.size(); j++) { in deleteContactsFromEabDb()217 contactIdList[j] = contactList.get(j).getContactId().toString(); in deleteContactsFromEabDb()[all …]
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 …]