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

  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 610 AccountType newAccountType = accountTypes.getAccountType(
613 if (newAccountType.getCreateContactActivityClassName() != null) {
620 bindEditorsForNewContact(newAccount, newAccountType, oldState, oldAccountType);
630 final AccountType newAccountType, RawContactDelta oldState,
644 RawContactModifier.parseExtras(mContext, newAccountType, insert, mIntentExtras);
647 oldAccountType, newAccountType);
652 RawContactModifier.ensureKindExists(insert, newAccountType, Phone.CONTENT_ITEM_TYPE);
653 RawContactModifier.ensureKindExists(insert, newAccountType, Email.CONTENT_ITEM_TYPE);
654 RawContactModifier.ensureKindExists(insert, newAccountType, Organization.CONTENT_ITEM_TYPE);
655 RawContactModifier.ensureKindExists(insert, newAccountType, Event.CONTENT_ITEM_TYPE)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java     [all...]

Completed in 3111 milliseconds