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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 178 public ContactOperations addPhone(String phone, int phoneType) {
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 486 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
489 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue());
492 ops.addPhone(entity, Phone.TYPE_COMPANY_MAIN, getValue());
495 ops.addPhone(entity, Phone.TYPE_FAX_HOME, getValue());
502 ops.addPhone(entity, Phone.TYPE_MOBILE, getValue());
505 ops.addPhone(entity, Phone.TYPE_CAR, getValue());
508 ops.addPhone(entity, Phone.TYPE_RADIO, getValue());
511 ops.addPhone(entity, Phone.TYPE_PAGER, getValue());
514 ops.addPhone(entity, Phone.TYPE_ASSISTANT, getValue());
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]

Completed in 178 milliseconds