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

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 46 public int displayNameSource = DisplayNameSources.UNDEFINED;
107 result.displayNameSource = cursor.getInt(cursor
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 154 public final int displayNameSource;
165 int displayNameSource,
174 this.displayNameSource = displayNameSource;
186 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE);
689 entry.displayNameSource,
698 entry.displayNameSource,
706 entry.displayNameSource,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 365 final int displayNameSource = json.getInt(Contacts.DISPLAY_NAME_SOURCE);
374 displayNameSource,
609 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE);
632 contactId, nameRawContactId, displayNameSource, photoId, photoUri, displayName,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 246 int displayNameSource;
257 displayNameSource = DisplayNameSources.UNDEFINED;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]

Completed in 1765 milliseconds