Searched refs:addPhone (Results 1 – 2 of 2) sorted by relevance
289 .addPhone(rawContact.getCellPhone(), Phone.TYPE_MOBILE) in addContact()290 .addPhone(rawContact.getHomePhone(), Phone.TYPE_HOME) in addContact()291 .addPhone(rawContact.getOfficePhone(), Phone.TYPE_WORK) in addContact()388 contactOp.addPhone(rawContact.getCellPhone(), Phone.TYPE_MOBILE); in updateContact()392 contactOp.addPhone(rawContact.getHomePhone(), Phone.TYPE_HOME); in updateContact()397 contactOp.addPhone(rawContact.getOfficePhone(), Phone.TYPE_WORK); in updateContact()
178 public ContactOperations addPhone(String phone, int phoneType) { in addPhone() method in ContactOperations