Home
last modified time | relevance | path

Searched refs:PROFILE_PHOTO_URI (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseHelper.java423 public static final String PROFILE_PHOTO_URI = "profile_photo_uri"; field in DatabaseHelper.ParticipantColumns
457 + ParticipantColumns.PROFILE_PHOTO_URI + " TEXT, "
H A DParticipantRefresh.java611 values.put(ParticipantColumns.PROFILE_PHOTO_URI, participantData.getProfilePhotoUri()); in updateParticipant()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java73 ParticipantColumns.PROFILE_PHOTO_URI,
540 values.put(ParticipantColumns.PROFILE_PHOTO_URI, mProfilePhotoUri); in toContentValues()
H A DConversationMessageData.java764 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.PROFILE_PHOTO_URI
833 static final String SENDER_PROFILE_PHOTO_URI = ParticipantColumns.PROFILE_PHOTO_URI;
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DParticipantRefreshTest.java89 values.put(ParticipantColumns.PROFILE_PHOTO_URI, photoUrl); in addParticipant()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
H A DTestDataFactory.java190 ParticipantColumns.PROFILE_PHOTO_URI, in getConversationParticipantsCursor()