Home
last modified time | relevance | path

Searched refs:PHOTO_URI (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneQuery.java47 PhoneLookup.PHOTO_URI
64 PhoneLookup.PHOTO_URI
86 public static final int PHOTO_URI = 8; field in PhoneQuery
DContactInfoHelper.java204 info.photoUri = UriUtils.parseUriOrNull(phoneLookupCursor.getString(PhoneQuery.PHOTO_URI)); in createPhoneLookupContactInfo()
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactTileLoaderFactory.java36 public final static int PHOTO_URI = 3; field in ContactTileLoaderFactory
57 Contacts.PHOTO_URI, // ....................................3
74 Contacts.PHOTO_URI, // ....................................3
/packages/apps/Contacts/src/com/android/contacts/
DGroupMemberLoader.java42 Data.PHOTO_URI, // 3
56 Data.PHOTO_URI, // 1
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallerInfo.java60 PhoneLookup.PHOTO_URI,
75 PhoneLookup.PHOTO_URI,
290 columnIndex = cursor.getColumnIndex(PhoneLookup.PHOTO_URI); in getCallerInfo()
DVideoCallPresenter.java1221 ContactsContract.CommonDataKinds.Phone.PHOTO_URI, in loadProfilePhotoAsync()
1232 ContactsContract.CommonDataKinds.Phone.PHOTO_URI)); in loadProfilePhotoAsync()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterpriseContactsCursorWrapper.java90 case Contacts.PHOTO_URI: in getString()
195 final int photoUriIndex = originalCursor.getColumnIndex(Contacts.PHOTO_URI); in getCorpDisplayPhotoUri()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberListAdapter.java151 public static final int PHOTO_URI = 8; field in PhoneNumberListAdapter.PhoneQuery
449 PhoneQuery.PHOTO_URI, PhoneQuery.CONTACT_ID, in bindView()
548 final String photoUriString = cursor.getString(PhoneQuery.PHOTO_URI); in bindPhoto()
DContactTileAdapter.java147 mPhotoUriIndex = ContactTileLoaderFactory.PHOTO_URI; in bindColumnIndices()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DAccountImageHelper.java42 ContactsContract.Data.PHOTO_URI,
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java182 Contacts.PHOTO_URI,
264 public static final int PHOTO_URI = 58; field in ContactLoader.ContactQuery
398 final String photoUri = json.optString(Contacts.PHOTO_URI, null); in loadEncodedContactEntity()
652 final String photoUri = cursor.getString(ContactQuery.PHOTO_URI); in loadContactHeaderData()
/packages/apps/Dialer/src/com/android/dialer/list/
DRegularSearchListAdapter.java59 final String photoUriStr = item.getString(PhoneQuery.PHOTO_URI); in getContactInfo()
DPhoneFavoritesTileAdapter.java189 mPhotoUriIndex = ContactTileLoaderFactory.PHOTO_URI; in bindColumnIndices()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DEnterpriseContactsCursorWrapperTest.java45 /* column 11 */ PhoneLookup.PHOTO_URI, in testWrappedResults()
DContactsProvider2Test.java200 Contacts.PHOTO_URI, in testContactsProjection()
241 Contacts.PHOTO_URI, in testContactsStrequentProjection()
286 Contacts.PHOTO_URI, in testContactsStrequentPhoneOnlyProjection()
335 Contacts.PHOTO_URI, in testContactsWithSnippetProjection()
464 Contacts.PHOTO_URI, in testDataProjection()
544 Contacts.PHOTO_URI, in testDistinctDataProjection()
636 Contacts.PHOTO_URI, in testEntityProjection()
722 PhoneLookup.PHOTO_URI, in testPhoneLookupProjection()
750 PhoneLookup.PHOTO_URI, in testPhoneLookupEnterpriseProjection()
779 PhoneLookup.PHOTO_URI, in testSipPhoneLookupProjection()
[all …]
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
DTestDataFactory.java74 Contacts.PHOTO_URI,
/packages/apps/Messaging/src/com/android/messaging/util/
DContactUtil.java120 Contacts.PHOTO_URI, // 2
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DContactLoaderTest.java346 Contacts.PHOTO_URI, in fetchAllData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java1946 Contacts.PHOTO_URI) + ", " in createContactsViews()
2027 + buildDisplayPhotoUriAlias(ContactsColumns.CONCRETE_ID, Contacts.PHOTO_URI) + ", " in createContactsViews()
2079 Contacts.PHOTO_URI) + ", " in createContactsViews()
DContactsProvider2.java693 .add(Contacts.PHOTO_URI)
995 .add(PhoneLookup.PHOTO_URI, "contacts_view." + Contacts.PHOTO_URI)
1159 .add(StreamItemPhotos.PHOTO_URI,