Searched refs:notificationState (Results 1 – 1 of 1) sorted by relevance
681 private static void sendNotification(final NotificationState notificationState, in sendNotification() argument684 if (notificationState.mCanceled) { in sendNotification()692 if (sPendingNotifications.contains(notificationState)) { in sendNotification()693 sPendingNotifications.remove(notificationState); in sendNotification()697 notificationState.mNotificationBuilder in sendNotification()698 .setSmallIcon(notificationState.getIcon()) in sendNotification()706 notificationState.mNotificationBuilder.setLargeIcon(avatarIcon); in sendNotification()709 if (notificationState.mParticipantContactUris != null && in sendNotification()710 notificationState.mParticipantContactUris.size() > 0) { in sendNotification()711 for (final Uri contactUri : notificationState.mParticipantContactUris) { in sendNotification()[all …]