Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DRawContact.java93 public String getOfficePhone() { in getOfficePhone() method in RawContact
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java291 .addPhone(rawContact.getOfficePhone(), Phone.TYPE_WORK) in addContact()
371 rawContact.getOfficePhone(), uri); in updateContact()
397 contactOp.addPhone(rawContact.getOfficePhone(), Phone.TYPE_WORK); in updateContact()