HomeSort by relevance Sort by last modified time
    Searched defs:rawContacts (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 37 import android.provider.ContactsContract.RawContacts;
79 public List<RawContact> rawContacts;
83 return "ID: " + contactId + " rawContacts: " + rawContacts + " name: " + name
280 RawContacts.ACCOUNT_TYPE,
281 RawContacts.ACCOUNT_NAME,
282 RawContacts.DATA_SET
386 suggestion.rawContacts = Lists.newArrayList();
398 suggestion.rawContacts.add(rawContact);
434 if (suggestion.rawContacts != null)
    [all...]
ContactEditorFragment.java 49 import android.provider.ContactsContract.RawContacts;
128 private static final String KEY_RAW_CONTACTS = "rawContacts";
533 ContentUris.withAppendedId(RawContacts.CONTENT_URI, rawContactId),
563 ImmutableList<RawContact> rawContacts) {
567 mState.addAll(rawContacts.iterator());
580 if (state.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) {
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 37 import android.provider.ContactsContract.RawContacts;
73 * Loads a single Contact and all it constituent RawContacts.
132 RawContacts.ACCOUNT_NAME,
133 RawContacts.ACCOUNT_TYPE,
134 RawContacts.DATA_SET,
135 RawContacts.ACCOUNT_TYPE_AND_DATA_SET,
136 RawContacts.DIRTY,
137 RawContacts.VERSION,
138 RawContacts.SOURCE_ID,
139 RawContacts.SYNC1
    [all...]

Completed in 63 milliseconds