Searched refs:ensureKindExists (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 1175 RawContactModifier.ensureKindExists(result, accountType, StructuredName.CONTENT_ITEM_TYPE); in createNewRawContactDelta() 1176 RawContactModifier.ensureKindExists(result, accountType, Phone.CONTENT_ITEM_TYPE); in createNewRawContactDelta() 1177 RawContactModifier.ensureKindExists(result, accountType, Email.CONTENT_ITEM_TYPE); in createNewRawContactDelta() 1178 RawContactModifier.ensureKindExists(result, accountType, Organization.CONTENT_ITEM_TYPE); in createNewRawContactDelta() 1179 RawContactModifier.ensureKindExists(result, accountType, Event.CONTENT_ITEM_TYPE); in createNewRawContactDelta() 1180 RawContactModifier.ensureKindExists(result, accountType, in createNewRawContactDelta()
|
D | RawContactEditorView.java | 493 RawContactModifier.ensureKindExists( in setState() 497 RawContactModifier.ensureKindExists( in setState() 653 RawContactModifier.ensureKindExists( in addReadOnlyRawContactEditorViews()
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | PhotoSelectionHandler.java | 227 final ValuesDelta child = RawContactModifier.ensureKindExists( in getDeltaForAttachingPhotoToContact()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | AttachPhotoActivity.java | 331 RawContactModifier.ensureKindExists(raw, account, Photo.CONTENT_ITEM_TYPE); in saveToContact()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactModifier.java | 111 public static ValuesDelta ensureKindExists( in ensureKindExists() method in RawContactModifier 594 RawContactModifier.ensureKindExists(state, accountType, StructuredName.CONTENT_ITEM_TYPE); in parseStructuredNameExtra()
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 581 RawContactModifier.ensureKindExists(bobContact, source, Phone.CONTENT_ITEM_TYPE); in testMergeAfterEnsureAndTrim()
|