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 291 .addPhone(rawContact.getOfficePhone(), Phone.TYPE_WORK)
371 rawContact.getOfficePhone(), uri);
397 contactOp.addPhone(rawContact.getOfficePhone(), Phone.TYPE_WORK);
    [all...]

Completed in 54 milliseconds