Searched refs:mParticipantAvatarsUris (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNotificationState.java68 public ArrayList<Uri> mParticipantAvatarsUris = null; field in class:NotificationState
H A DMessageNotificationState.java1065 if (state.mParticipantAvatarsUris == null) {
1066 state.mParticipantAvatarsUris = new ArrayList<Uri>(1);
1068 state.mParticipantAvatarsUris.add(convInfo.mAvatarUri);
H A DBugleNotifications.java475 if (state.mParticipantAvatarsUris != null) {
476 final Uri avatarUri = state.mParticipantAvatarsUris.get(0);

Completed in 47 milliseconds