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/src/com/android/exchange/adapter/
ContactsSyncParser.java 151 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
154 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue());
157 ops.addPhone(entity, Phone.TYPE_COMPANY_MAIN, getValue());
160 ops.addPhone(entity, Phone.TYPE_FAX_HOME, getValue());
167 ops.addPhone(entity, Phone.TYPE_MOBILE, getValue());
170 ops.addPhone(entity, Phone.TYPE_CAR, getValue());
173 ops.addPhone(entity, Phone.TYPE_RADIO, getValue());
176 ops.addPhone(entity, Phone.TYPE_PAGER, getValue());
179 ops.addPhone(entity, Phone.TYPE_ASSISTANT, getValue());
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]

Completed in 1084 milliseconds