Home
last modified time | relevance | path

Searched refs:mParticipantContactUris (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNotificationState.java69 public ArrayList<Uri> mParticipantContactUris = null; field in NotificationState
DBugleNotifications.java709 if (notificationState.mParticipantContactUris != null && in sendNotification()
710 notificationState.mParticipantContactUris.size() > 0) { in sendNotification()
711 for (final Uri contactUri : notificationState.mParticipantContactUris) { in sendNotification()
DMessageNotificationState.java1073 if (state.mParticipantContactUris == null) { in getNotificationState()
1074 state.mParticipantContactUris = new ArrayList<Uri>(1); in getNotificationState()
1076 state.mParticipantContactUris.add(convInfo.mContactUri); in getNotificationState()