Home | History | Annotate | Download | only in adapter

Lines Matching refs:getValue

374                         firstName = getValue();
377 lastName = getValue();
380 middleName = getValue();
383 fileAs = getValue();
386 suffix = getValue();
389 companyName = getValue();
392 title = getValue();
397 emails.add(new EmailRow(getValue()));
401 workPhones.add(new PhoneRow(getValue(), Phone.TYPE_WORK));
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());
417 homePhones.add(new PhoneRow(getValue(), Phone.TYPE_HOME));
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());
437 ims.add(new ImRow(getValue()));
440 work.city = getValue();
443 work.country = getValue();
446 work.code = getValue();
449 work.state = getValue();
452 work.street = getValue();
455 home.city = getValue();
458 home.country = getValue();
461 home.code = getValue();
464 home.state = getValue();
467 home.street = getValue();
470 other.city = getValue();
473 other.country = getValue();
476 other.code = getValue();
479 other.state = getValue();
482 other.street = getValue();
490 yomiCompanyName = getValue();
493 yomiFirstName = getValue();
496 yomiLastName = getValue();
500 ops.addNickname(entity, getValue());
504 ops.addRelation(entity, Relation.TYPE_ASSISTANT, getValue());
507 ops.addRelation(entity, Relation.TYPE_MANAGER, getValue());
510 ops.addRelation(entity, Relation.TYPE_SPOUSE, getValue());
513 department = getValue();
516 prefix = getValue();
521 officeLocation = getValue();
524 business.customerId = getValue();
527 business.governmentId = getValue();
530 business.accountName = getValue();
535 personal.anniversary = getValue();
538 ops.addBirthday(entity, getValue());
541 ops.addWebpage(entity, getValue());
545 ops.addPhoto(entity, getValue());
552 ops.addNote(entity, getValue());
635 ops.addGroup(entity, getValue());
648 children.add(getValue());
662 body = getValue();
676 serverId = getValue();
703 String serverId = getValue();
742 serverId = getValue();
821 serverId = getValue();
824 clientId = getValue();
827 getValue();
861 serverId = getValue();
864 status = getValue();