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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactEditorView.java173 EntityModifier.ensureKindExists(state, type, StructuredName.CONTENT_ITEM_TYPE);
174 EntityModifier.ensureKindExists(state, type, Organization.CONTENT_ITEM_TYPE);
211 EntityModifier.ensureKindExists(state, type, Photo.CONTENT_ITEM_TYPE);
H A DRawContactReadOnlyEditorView.java127 EntityModifier.ensureKindExists(state, type, StructuredName.CONTENT_ITEM_TYPE);
175 EntityModifier.ensureKindExists(state, type, Photo.CONTENT_ITEM_TYPE);
H A DContactEditorFragment.java659 EntityModifier.ensureKindExists(insert, newAccountType, Phone.CONTENT_ITEM_TYPE);
660 EntityModifier.ensureKindExists(insert, newAccountType, Email.CONTENT_ITEM_TYPE);
661 EntityModifier.ensureKindExists(insert, newAccountType, Organization.CONTENT_ITEM_TYPE);
662 EntityModifier.ensureKindExists(insert, newAccountType, Event.CONTENT_ITEM_TYPE);
663 EntityModifier.ensureKindExists(insert, newAccountType, StructuredPostal.CONTENT_ITEM_TYPE);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityModifier.java107 public static void ensureKindExists( method in class:EntityModifier
591 EntityModifier.ensureKindExists(state, accountType, StructuredName.CONTENT_ITEM_TYPE);
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DEntityDeltaListTests.java574 EntityModifier.ensureKindExists(bobContact, source, Phone.CONTENT_ITEM_TYPE);

Completed in 95 milliseconds