Home
last modified time | relevance | path

Searched refs:ContactsCursorLoader (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsAdapter.java183 return cursor.getString(ContactsCursorLoader.CONTACT_DISPLAY_NAME); in getDisplayName()
187 return cursor.getLong(ContactsCursorLoader.CONTACT_PHOTO_ID); in getPhotoId()
191 String photoUri = cursor.getString(ContactsCursorLoader.CONTACT_PHOTO_URI); in getPhotoUri()
197 String lookupKey = cursor.getString(ContactsCursorLoader.CONTACT_LOOKUP_KEY); in getContactUri()
202 return cursor.getLong(ContactsCursorLoader.CONTACT_ID); in getContactId()
DContactsCursorLoader.java27 final class ContactsCursorLoader extends CursorLoader { class
53 ContactsCursorLoader(Context context, boolean hasPhoneNumbers) { in ContactsCursorLoader() method in ContactsCursorLoader
DContactsFragment.java233 ContactsCursorLoader cursorLoader = new ContactsCursorLoader(getContext(), hasPhoneNumbers); in onCreateLoader()