Searched refs:mParticipantContactUris (Results 1 – 3 of 3) sorted by relevance
69 public ArrayList<Uri> mParticipantContactUris = null; field in NotificationState
709 if (notificationState.mParticipantContactUris != null && in sendNotification()710 notificationState.mParticipantContactUris.size() > 0) { in sendNotification()711 for (final Uri contactUri : notificationState.mParticipantContactUris) { in sendNotification()
1073 if (state.mParticipantContactUris == null) { in getNotificationState()1074 state.mParticipantContactUris = new ArrayList<Uri>(1); in getNotificationState()1076 state.mParticipantContactUris.add(convInfo.mContactUri); in getNotificationState()