HomeSort by relevance Sort by last modified time
    Searched defs:getOfficePhone (Results 1 - 2 of 2) sorted by null

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 93 public String getOfficePhone() {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 337 .addPhone(rawContact.getOfficePhone(), Phone.TYPE_WORK)
417 rawContact.getOfficePhone(), uri);
443 contactOp.addPhone(rawContact.getOfficePhone(), Phone.TYPE_WORK);
    [all...]

Completed in 34 milliseconds