Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java67 ParticipantColumns.PROFILE_PHOTO_URI,
506 values.put(ParticipantColumns.PROFILE_PHOTO_URI, mProfilePhotoUri); in toContentValues()
DConversationMessageData.java762 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.PROFILE_PHOTO_URI
831 static final String SENDER_PROFILE_PHOTO_URI = ParticipantColumns.PROFILE_PHOTO_URI;
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java420 public static final String PROFILE_PHOTO_URI = "profile_photo_uri"; field in DatabaseHelper.ParticipantColumns
454 + ParticipantColumns.PROFILE_PHOTO_URI + " TEXT, "
DParticipantRefresh.java611 values.put(ParticipantColumns.PROFILE_PHOTO_URI, participantData.getProfilePhotoUri()); in updateParticipant()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DParticipantRefreshTest.java89 values.put(ParticipantColumns.PROFILE_PHOTO_URI, photoUrl); in addParticipant()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
DTestDataFactory.java190 ParticipantColumns.PROFILE_PHOTO_URI, in getConversationParticipantsCursor()