Home | History | Annotate | Download | only in editor

Lines Matching defs:RawContactModifier

77 import com.android.contacts.model.RawContactModifier;
936 return RawContactModifier.hasChanges(mState, accountTypes, excludedMimeTypes);
1126 RawContactModifier.parseExtras(mContext, accountType, result, mIntentExtras);
1128 RawContactModifier.migrateStateForNewContact(
1134 RawContactModifier.ensureKindExists(result, accountType, StructuredName.CONTENT_ITEM_TYPE);
1135 RawContactModifier.ensureKindExists(result, accountType, Phone.CONTENT_ITEM_TYPE);
1136 RawContactModifier.ensureKindExists(result, accountType, Email.CONTENT_ITEM_TYPE);
1137 RawContactModifier.ensureKindExists(result, accountType, Organization.CONTENT_ITEM_TYPE);
1138 RawContactModifier.ensureKindExists(result, accountType, Event.CONTENT_ITEM_TYPE);
1139 RawContactModifier.ensureKindExists(result, accountType,