HomeSort by relevance Sort by last modified time
    Searched refs:PROFILE_PHOTO_URI (Results 1 - 6 of 6) sorted by null

  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
ParticipantRefreshTest.java 84 values.put(ParticipantColumns.PROFILE_PHOTO_URI, photoUrl);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java 416 public static final String PROFILE_PHOTO_URI = "profile_photo_uri";
450 + ParticipantColumns.PROFILE_PHOTO_URI + " TEXT, "
    [all...]
ParticipantRefresh.java 611 values.put(ParticipantColumns.PROFILE_PHOTO_URI, participantData.getProfilePhotoUri());
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ParticipantData.java 67 ParticipantColumns.PROFILE_PHOTO_URI,
506 values.put(ParticipantColumns.PROFILE_PHOTO_URI, mProfilePhotoUri);
ConversationMessageData.java 762 + DatabaseHelper.PARTICIPANTS_TABLE + '.' + ParticipantColumns.PROFILE_PHOTO_URI
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
TestDataFactory.java 190 ParticipantColumns.PROFILE_PHOTO_URI,

Completed in 65 milliseconds