Home
last modified time | relevance | path

Searched refs:updatePhone (Results 1 – 2 of 2) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java362 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER), in updateContact()
366 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER), in updateContact()
370 contactOp.updatePhone(c.getString(DataQuery.COLUMN_PHONE_NUMBER), in updateContact()
DContactOperations.java322 public ContactOperations updatePhone(String existingNumber, String phone, Uri uri) { in updatePhone() method in ContactOperations