Home
last modified time | relevance | path

Searched refs:ensureKindExists (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java793 RawContactModifier.ensureKindExists(insert, newAccountType, Phone.CONTENT_ITEM_TYPE); in bindEditorsForNewContact()
794 RawContactModifier.ensureKindExists(insert, newAccountType, Email.CONTENT_ITEM_TYPE); in bindEditorsForNewContact()
795 RawContactModifier.ensureKindExists(insert, newAccountType, Organization.CONTENT_ITEM_TYPE); in bindEditorsForNewContact()
796 RawContactModifier.ensureKindExists(insert, newAccountType, Event.CONTENT_ITEM_TYPE); in bindEditorsForNewContact()
797 RawContactModifier.ensureKindExists(insert, newAccountType, in bindEditorsForNewContact()
DRawContactReadOnlyEditorView.java110 RawContactModifier.ensureKindExists(state, type, StructuredName.CONTENT_ITEM_TYPE); in setState()
154 RawContactModifier.ensureKindExists(state, type, Photo.CONTENT_ITEM_TYPE); in setState()
DRawContactEditorView.java187 RawContactModifier.ensureKindExists(state, type, StructuredName.CONTENT_ITEM_TYPE); in setState()
233 RawContactModifier.ensureKindExists(state, type, Photo.CONTENT_ITEM_TYPE); in setState()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java113 public static ValuesDelta ensureKindExists( in ensureKindExists() method in RawContactModifier
606 RawContactModifier.ensureKindExists(state, accountType, StructuredName.CONTENT_ITEM_TYPE); in parseStructuredNameExtra()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java221 final ValuesDelta child = RawContactModifier.ensureKindExists( in getDeltaForAttachingPhotoToContact()
/packages/apps/Contacts/src/com/android/contacts/activities/
DAttachPhotoActivity.java290 RawContactModifier.ensureKindExists(raw, account, Photo.CONTENT_ITEM_TYPE); in saveToContact()
DConfirmAddDetailActivity.java653 final ValuesDelta newName = RawContactModifier.ensureKindExists(entityDelta, in addEditableRawContact()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java575 RawContactModifier.ensureKindExists(bobContact, source, Phone.CONTENT_ITEM_TYPE); in testMergeAfterEnsureAndTrim()