Home | History | Annotate | Download | only in wearnotifications

Lines Matching refs:messagingStyle

30 import android.support.v4.app.NotificationCompat.MessagingStyle;
644 MessagingStyle messagingStyle =
645 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
653 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
654 messagingStyle.addMessage(message);
718 .setStyle(messagingStyle)