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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 89 public String getCellPhone() {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 289 .addPhone(rawContact.getCellPhone(), Phone.TYPE_MOBILE)
363 rawContact.getCellPhone(), uri);
388 contactOp.addPhone(rawContact.getCellPhone(), Phone.TYPE_MOBILE);
    [all...]

Completed in 84 milliseconds