Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactTileLoaderFactory.java36 public final static int PHOTO_URI = 3; field in ContactTileLoaderFactory
57 Contacts.PHOTO_URI, // ....................................3
74 Contacts.PHOTO_URI, // ....................................3
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
H A DSpeedDialUiItem.java59 public static final int PHOTO_URI = 8; field in SpeedDialUiItem
71 Phone.PHOTO_URI,
84 Phone.PHOTO_URI,
124 TextUtils.isEmpty(cursor.getString(PHOTO_URI)) ? "" : cursor.getString(PHOTO_URI)); in fromCursor()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DPhoneQuery.java34 static final int PHOTO_URI = 8; field in PhoneQuery
63 PhoneLookup.PHOTO_URI
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
H A DCp2Projections.java39 Phone.PHOTO_URI, // 2
54 PhoneLookup.PHOTO_URI, // 2
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DCp2Contact.java103 .setPhotoUri(cursor.getString(Projections.PHOTO_URI)) in fromCursor()
121 row[Projections.PHOTO_URI] = photoUri(); in toCursorRow()
H A DSearchContactViewHolder.java116 String photoUri = cursor.getString(Projections.PHOTO_URI); in bind()
289 String photoUri = cursor.getString(Projections.PHOTO_URI); in getDialerContact()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
H A DEnterpriseContactsCursorWrapper.java90 case Contacts.PHOTO_URI: in getString()
195 final int photoUriIndex = originalCursor.getColumnIndex(Contacts.PHOTO_URI); in getCorpDisplayPhotoUri()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DContactUtils.java64 ContactsContract.PhoneLookup.PHOTO_URI
127 cursor.getString(cursor.getColumnIndex(ContactsContract.PhoneLookup.PHOTO_URI)); in getPerson()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactTileLoaderFactory.java44 Contacts.PHOTO_URI,
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/common/
H A DProjections.java31 public static final int PHOTO_URI = 6; field in Projections
/aosp12/packages/apps/Dialer/java/com/android/dialer/oem/
H A DCequintCallerIdManager.java66 public static final String PHOTO_URI = "cid_pLogo"; field in CequintCallerIdManager.CequintColumnNames
223 String photoUri = getString(cursor, cursor.getColumnIndex(CequintColumnNames.PHOTO_URI)); in lookup()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A 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()
H A DMultiSelectEmailAddressesListAdapter.java70 public static final int PHOTO_URI = 8; field in MultiSelectEmailAddressesListAdapter.EmailQuery
H A DMultiSelectPhoneNumbersListAdapter.java70 public static final int PHOTO_URI = 8; field in MultiSelectPhoneNumbersListAdapter.PhoneQuery
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfo.java56 PhoneLookup.PHOTO_URI,
263 columnIndex = cursor.getColumnIndex(PhoneLookup.PHOTO_URI); in getCallerInfo()
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/nearbyplaces/
H A DNearbyPlaceViewHolder.java71 String photoUri = cursor.getString(Projections.PHOTO_URI); in bind()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/
H A Dphone_lookup_info.proto36 // android.provider.ContactsContract.CommonDataKinds.Phone.PHOTO_URI
38 // android.provider.ContactsContract.PhoneLookup.PHOTO_URI
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java181 Contacts.PHOTO_URI,
260 public static final int PHOTO_URI = 58; field in ContactLoader.ContactQuery
368 final String photoUri = json.optString(Contacts.PHOTO_URI, null); in loadEncodedContactEntity()
593 final String photoUri = cursor.getString(ContactQuery.PHOTO_URI); in loadContactHeaderData()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java132 final String photoUri = json.optString(Contacts.PHOTO_URI, null); in loadEncodedContactEntity()
428 final String photoUri = cursor.getString(ContactQuery.PHOTO_URI); in loadContactHeaderData()
847 public static final int PHOTO_URI = 58; field in ContactLoader.ContactQuery
914 Contacts.PHOTO_URI,
/aosp12/packages/apps/Dialer/java/com/android/dialer/smartdial/
H A DSmartDialCursorLoader.java223 public static final int PHOTO_URI = 8; field in SmartDialCursorLoader.PhoneQuery
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
H A DDirectoryContactViewHolder.java90 String photoUri = cursor.getString(Projections.PHOTO_URI); in bind()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DEnterpriseContactsCursorWrapperTest.java44 /* column 11 */ PhoneLookup.PHOTO_URI, in testWrappedResults()
H A DContactsProvider2Test.java220 Contacts.PHOTO_URI, in testContactsProjection()
261 Contacts.PHOTO_URI, in testContactsStrequentProjection()
306 Contacts.PHOTO_URI, in testContactsStrequentPhoneOnlyProjection()
355 Contacts.PHOTO_URI, in testContactsWithSnippetProjection()
486 Contacts.PHOTO_URI, in testDataProjection()
568 Contacts.PHOTO_URI, in testDistinctDataProjection()
662 Contacts.PHOTO_URI, in testEntityProjection()
756 PhoneLookup.PHOTO_URI, in testPhoneLookupProjection()
7022 Contacts.PHOTO_URI); in testOpenDisplayPhotoByPhotoUri()
7038 Contacts.PHOTO_URI); in testPhotoUriForDisplayPhoto()
[all …]
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DTelecomUtils.java320 PhoneLookup.PHOTO_URI, in lookupNumberInBackground() argument
330 int photoUriColumn = cursor.getColumnIndex(PhoneLookup.PHOTO_URI); in lookupNumberInBackground()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
H A DTestDataFactory.java74 Contacts.PHOTO_URI,

12