Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java48 import com.android.messaging.datamodel.MessageNotificationState.BundledMessageNotificationState;
438 if (!(state instanceof BundledMessageNotificationState)) { in processAndSend()
852 } else if (notificationState instanceof BundledMessageNotificationState) { in setWearableGroupOptions()
853 final int order = ((BundledMessageNotificationState) notificationState).mGroupOrder; in setWearableGroupOptions()
958 (notificationState instanceof BundledMessageNotificationState); in doNotify()
DMessageNotificationState.java384 mChildren.add(new BundledMessageNotificationState(list, i)); in MultiConversationNotificationState()
809 public static class BundledMessageNotificationState extends MultiMessageNotificationState { class in MessageNotificationState
811 public BundledMessageNotificationState(final ConversationInfoList convList, in BundledMessageNotificationState() method in MessageNotificationState.BundledMessageNotificationState