Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java50 import com.android.messaging.datamodel.MessageNotificationState.MultiConversationNotificationState;
276 if (state instanceof MultiConversationNotificationState) { in cancelStaleGroupChildren()
278 ((MultiConversationNotificationState) state).mChildren) { in cancelStaleGroupChildren()
624 if (state instanceof MultiConversationNotificationState) { in createMessageNotification()
626 ((MultiConversationNotificationState) state).mChildren) { in createMessageNotification()
850 if (notificationState instanceof MultiConversationNotificationState) { in setWearableGroupOptions()
DMessageNotificationState.java356 public static class MultiConversationNotificationState extends MessageNotificationState { class in MessageNotificationState
361 public MultiConversationNotificationState( in MultiConversationNotificationState() method in MessageNotificationState.MultiConversationNotificationState
1064 state = new MultiConversationNotificationState(convList, state); in getNotificationState()