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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 153 user.getEmail()).addPhone(user.getCellPhone(), Phone.TYPE_MOBILE)
154 .addPhone(user.getHomePhone(), Phone.TYPE_OTHER).addProfileAction(
225 contactOp.addPhone(user.getCellPhone(), Phone.TYPE_MOBILE);
230 contactOp.addPhone(user.getHomePhone(), Phone.TYPE_OTHER);
ContactOperations.java 153 public ContactOperations addPhone(String phone, int phoneType) {
  /external/protobuf/examples/
AddPerson.java 53 person.addPhone(phoneNumber);
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 404 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
407 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue());
410 ops.addPhone(entity, Phone.TYPE_COMPANY_MAIN, getValue());
413 ops.addPhone(entity, Phone.TYPE_FAX_HOME, getValue());
420 ops.addPhone(entity, Phone.TYPE_MOBILE, getValue());
423 ops.addPhone(entity, Phone.TYPE_CAR, getValue());
426 ops.addPhone(entity, Phone.TYPE_RADIO, getValue());
429 ops.addPhone(entity, Phone.TYPE_PAGER, getValue());
432 ops.addPhone(entity, Phone.TYPE_ASSISTANT, getValue());
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 495 private void addPhone(int type, String data, String label, boolean isPrimary) {
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardEntry.java 494 private void addPhone(int type, String data, String label, boolean isPrimary) {
    [all...]

Completed in 284 milliseconds