HomeSort by relevance Sort by last modified time
    Searched refs: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
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 228 int displayNameSource;
239 displayNameSource = DisplayNameSources.UNDEFINED;
    [all...]
ContactsDatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 186 long id, long nameRawContactId, int displayNameSource, long photoId,
202 mDisplayNameSource = displayNameSource;
849 final int displayNameSource = cursor.getInt(ContactQuery.DISPLAY_NAME_SOURCE);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 227 mDisplayNameSource = data.displayNameSource;

Completed in 286 milliseconds