Searched refs:ContactsCursorLoader (Results 1 – 3 of 3) sorted by relevance
183 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()
27 final class ContactsCursorLoader extends CursorLoader { class53 ContactsCursorLoader(Context context, boolean hasPhoneNumbers) { in ContactsCursorLoader() method in ContactsCursorLoader
233 ContactsCursorLoader cursorLoader = new ContactsCursorLoader(getContext(), hasPhoneNumbers); in onCreateLoader()