Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java121 private static final Set<NotificationState> sPendingNotifications =
122 new HashSet<NotificationState>();
224 final NotificationState notifState = iter.next(); in cancel()
274 final NotificationState state) { in cancelStaleGroupChildren()
277 for (final NotificationState child : in cancelStaleGroupChildren()
318 public static boolean shouldVibrate(final NotificationState state) { in shouldVibrate()
625 for (final NotificationState child : in createMessageNotification()
638 private static void updateBuilderAudioVibrate(final NotificationState state, in updateBuilderAudioVibrate()
681 private static void sendNotification(final NotificationState notificationState, in sendNotification()
845 final NotificationState notificationState) { in setWearableGroupOptions()
[all …]
H A DNotificationState.java43 public abstract class NotificationState { class
71 NotificationState(final ConversationIdSet conversationIds) { in NotificationState() method in NotificationState
H A DMessageNotificationState.java88 public abstract class MessageNotificationState extends NotificationState {
1047 public static NotificationState getNotificationState() { in getNotificationState()