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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 697 AccountType newAccountType = accountTypes.getAccountType(
700 if (newAccountType.getCreateContactActivityClassName() != null) {
709 bindEditorsForNewContact(newAccount, newAccountType, oldState, oldAccountType);
722 final AccountType newAccountType, RawContactDelta oldState,
737 RawContactModifier.parseExtras(mContext, newAccountType, insert, mIntentExtras);
740 oldAccountType, newAccountType);
745 RawContactModifier.ensureKindExists(insert, newAccountType, Phone.CONTENT_ITEM_TYPE);
746 RawContactModifier.ensureKindExists(insert, newAccountType, Email.CONTENT_ITEM_TYPE);
747 RawContactModifier.ensureKindExists(insert, newAccountType, Organization.CONTENT_ITEM_TYPE);
748 RawContactModifier.ensureKindExists(insert, newAccountType, Event.CONTENT_ITEM_TYPE)
    [all...]

Completed in 103 milliseconds