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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactEditorView.java171 RawContactModifier.ensureKindExists(state, type, StructuredName.CONTENT_ITEM_TYPE);
172 RawContactModifier.ensureKindExists(state, type, Organization.CONTENT_ITEM_TYPE);
208 RawContactModifier.ensureKindExists(state, type, Photo.CONTENT_ITEM_TYPE);
H A DRawContactReadOnlyEditorView.java124 RawContactModifier.ensureKindExists(state, type, StructuredName.CONTENT_ITEM_TYPE);
171 RawContactModifier.ensureKindExists(state, type, Photo.CONTENT_ITEM_TYPE);
H A DContactEditorFragment.java652 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);
656 RawContactModifier.ensureKindExists(insert, newAccountType,
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java199 RawContactModifier.ensureKindExists(raw, account, Photo.CONTENT_ITEM_TYPE);
H A DConfirmAddDetailActivity.java645 final ValuesDelta newName = RawContactModifier.ensureKindExists(entityDelta,
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DPhotoSelectionHandler.java179 final ValuesDelta child = RawContactModifier.ensureKindExists(
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java112 public static ValuesDelta ensureKindExists( method in class:RawContactModifier
603 RawContactModifier.ensureKindExists(state, accountType, StructuredName.CONTENT_ITEM_TYPE);
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactDeltaListTests.java575 RawContactModifier.ensureKindExists(bobContact, source, Phone.CONTENT_ITEM_TYPE);

Completed in 754 milliseconds