Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java681 private static void sendNotification(final NotificationState notificationState, in sendNotification() argument
684 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 …]