HomeSort by relevance Sort by last modified time
    Searched refs:messagingStyle (Results 1 - 13 of 13) sorted by null

  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 26 import android.support.v4.app.NotificationCompat.MessagingStyle;
40 * user in a conversation. Notification for social app use MessagingStyle.
108 // Since we are adding to the MessagingStyle, we need to first retrieve the
109 // current MessagingStyle from the Notification itself.
111 MessagingStyle messagingStyle =
112 NotificationCompat.MessagingStyle
115 // Add new message to the MessagingStyle
116 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null);
120 .setStyle(messagingStyle)
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 25 import android.support.v4.app.NotificationCompat.MessagingStyle;
38 * user in a conversation. Notification for social app use MessagingStyle.
106 // Since we are adding to the MessagingStyle, we need to first retrieve the
107 // current MessagingStyle from the Notification itself.
109 MessagingStyle messagingStyle =
110 NotificationCompat.MessagingStyle
113 // Add new message to the MessagingStyle
114 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null);
118 .setStyle(messagingStyle)
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 26 import android.support.v4.app.NotificationCompat.MessagingStyle;
40 * user in a conversation. Notification for social app use MessagingStyle.
108 // Since we are adding to the MessagingStyle, we need to first retrieve the
109 // current MessagingStyle from the Notification itself.
111 MessagingStyle messagingStyle =
112 NotificationCompat.MessagingStyle
115 // Add new message to the MessagingStyle
116 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null);
120 .setStyle(messagingStyle)
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 25 import android.support.v4.app.NotificationCompat.MessagingStyle;
38 * user in a conversation. Notification for social app use MessagingStyle.
106 // Since we are adding to the MessagingStyle, we need to first retrieve the
107 // current MessagingStyle from the Notification itself.
109 MessagingStyle messagingStyle =
110 NotificationCompat.MessagingStyle
113 // Add new message to the MessagingStyle
114 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null);
118 .setStyle(messagingStyle)
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingIntentService.java 25 import android.support.v4.app.NotificationCompat.MessagingStyle;
39 * user in a conversation. Notification for social app use MessagingStyle.
107 // Since we are adding to the MessagingStyle, we need to first retrieve the
108 // current MessagingStyle from the Notification itself.
110 MessagingStyle messagingStyle =
111 NotificationCompat.MessagingStyle
114 // Add new message to the MessagingStyle
115 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null);
119 .setStyle(messagingStyle)
    [all...]
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingIntentService.java 24 import android.support.v4.app.NotificationCompat.MessagingStyle;
37 * user in a conversation. Notification for social app use MessagingStyle.
105 // Since we are adding to the MessagingStyle, we need to first retrieve the
106 // current MessagingStyle from the Notification itself.
108 MessagingStyle messagingStyle =
109 NotificationCompat.MessagingStyle
112 // Add new message to the MessagingStyle
113 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null);
117 .setStyle(messagingStyle)
    [all...]
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
MockIncomingMessageReceiver.java 107 NotificationCompat.MessagingStyle messagingStyle =
108 new android.support.v7.app.NotificationCompat.MessagingStyle("Me")
113 messagingStyle.addMessage(message.getText(), message.getSentTime(), senderId);
155 .setStyle(messagingStyle)
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 28 import android.support.v4.app.NotificationCompat.MessagingStyle;
586 MessagingStyle messagingStyle =
587 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
595 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
596 messagingStyle.addMessage(message);
681 .setStyle(messagingStyle)
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 29 import android.support.v4.app.NotificationCompat.MessagingStyle;
679 MessagingStyle messagingStyle
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 29 import android.support.v4.app.NotificationCompat.MessagingStyle;
634 MessagingStyle messagingStyle =
635 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
643 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
644 messagingStyle.addMessage(message);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 29 import android.support.v4.app.NotificationCompat.MessagingStyle;
679 MessagingStyle messagingStyle
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 29 import android.support.v4.app.NotificationCompat.MessagingStyle;
634 MessagingStyle messagingStyle =
635 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
643 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
644 messagingStyle.addMessage(message);
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 28 import android.support.v4.app.NotificationCompat.MessagingStyle;
641 MessagingStyle messagingStyle =
642 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
650 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
651 messagingStyle.addMessage(message);
    [all...]

Completed in 323 milliseconds