HomeSort by relevance Sort by last modified time
    Searched refs:MessagingStyle (Results 1 - 25 of 34) sorted by null

1 2

  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/mock/
MockDatabase.java 3 import android.support.v4.app.NotificationCompat.MessagingStyle;
286 * Represents data needed for MessagingStyle Notification.
297 private ArrayList<MessagingStyle.Message> mMessages;
332 mMessages.add(new MessagingStyle.Message(
334 mMessages.add(new MessagingStyle.Message(
336 mMessages.add(new MessagingStyle.Message(
338 mMessages.add(new MessagingStyle.Message(
341 mMessages.add(new MessagingStyle.Message(
343 mMessages.add(new MessagingStyle.Message(
375 public ArrayList<MessagingStyle.Message> getMessages()
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/mock/
MockDatabase.java 3 import android.support.v4.app.NotificationCompat.MessagingStyle;
286 * Represents data needed for MessagingStyle Notification.
297 private ArrayList<MessagingStyle.Message> mMessages;
332 mMessages.add(new MessagingStyle.Message(
334 mMessages.add(new MessagingStyle.Message(
336 mMessages.add(new MessagingStyle.Message(
338 mMessages.add(new MessagingStyle.Message(
341 mMessages.add(new MessagingStyle.Message(
343 mMessages.add(new MessagingStyle.Message(
375 public ArrayList<MessagingStyle.Message> getMessages()
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/mock/
MockDatabase.java 3 import android.support.v4.app.NotificationCompat.MessagingStyle;
286 * Represents data needed for MessagingStyle Notification.
297 private ArrayList<MessagingStyle.Message> mMessages;
332 mMessages.add(new MessagingStyle.Message(
334 mMessages.add(new MessagingStyle.Message(
336 mMessages.add(new MessagingStyle.Message(
338 mMessages.add(new MessagingStyle.Message(
341 mMessages.add(new MessagingStyle.Message(
343 mMessages.add(new MessagingStyle.Message(
375 public ArrayList<MessagingStyle.Message> getMessages()
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/mock/
MockDatabase.java 3 import android.support.v4.app.NotificationCompat.MessagingStyle;
286 * Represents data needed for MessagingStyle Notification.
297 private ArrayList<MessagingStyle.Message> mMessages;
332 mMessages.add(new MessagingStyle.Message(
334 mMessages.add(new MessagingStyle.Message(
336 mMessages.add(new MessagingStyle.Message(
338 mMessages.add(new MessagingStyle.Message(
341 mMessages.add(new MessagingStyle.Message(
343 mMessages.add(new MessagingStyle.Message(
375 public ArrayList<MessagingStyle.Message> getMessages()
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/mock/
MockDatabase.java 3 import android.support.v4.app.NotificationCompat.MessagingStyle;
286 * Represents data needed for MessagingStyle Notification.
297 private ArrayList<MessagingStyle.Message> mMessages;
332 mMessages.add(new MessagingStyle.Message(
334 mMessages.add(new MessagingStyle.Message(
336 mMessages.add(new MessagingStyle.Message(
338 mMessages.add(new MessagingStyle.Message(
341 mMessages.add(new MessagingStyle.Message(
343 mMessages.add(new MessagingStyle.Message(
375 public ArrayList<MessagingStyle.Message> getMessages()
    [all...]
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/mock/
MockDatabase.java 3 import android.support.v4.app.NotificationCompat.MessagingStyle;
286 * Represents data needed for MessagingStyle Notification.
297 private ArrayList<MessagingStyle.Message> mMessages;
332 mMessages.add(new MessagingStyle.Message(
334 mMessages.add(new MessagingStyle.Message(
336 mMessages.add(new MessagingStyle.Message(
338 mMessages.add(new MessagingStyle.Message(
341 mMessages.add(new MessagingStyle.Message(
343 mMessages.add(new MessagingStyle.Message(
375 public ArrayList<MessagingStyle.Message> getMessages()
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/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...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/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/WearNotifications/Application/src/main/java/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...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/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...]
  /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...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompat.java 93 } else if (!(b.mStyle instanceof MessagingStyle)) {
141 if (b.mStyle instanceof MessagingStyle) {
142 addMessagingFallBackStyle((MessagingStyle) b.mStyle, builder, b);
147 private static MessagingStyle.Message findLatestIncomingMessage(MessagingStyle style) {
148 List<MessagingStyle.Message> messages = style.getMessages();
150 MessagingStyle.Message m = messages.get(i);
164 MessagingStyle style,
165 MessagingStyle.Message m) {
195 private static void addMessagingFallBackStyle(MessagingStyle style
    [all...]
  /frameworks/support/compat/api24/android/support/v4/app/
NotificationCompatApi24.java 154 Notification.MessagingStyle style = new Notification.MessagingStyle(userDisplayName)
157 Notification.MessagingStyle.Message message = new Notification.MessagingStyle.Message(
  /frameworks/base/core/java/com/android/internal/util/
NotificationMessagingUtil.java 82 if (Notification.MessagingStyle.class.equals(style)) {
  /frameworks/support/compat/tests/java/android/support/v4/app/
NotificationCompatTest.java 271 NotificationCompat.MessagingStyle.Message m =
272 new NotificationCompat.MessagingStyle.Message("text", 0 /*timestamp */, "sender");
276 ArrayList<NotificationCompat.MessagingStyle.Message> messages = new ArrayList<>(1);
279 NotificationCompat.MessagingStyle.Message.getBundleArrayForMessages(messages);
281 NotificationCompat.MessagingStyle.Message fromBundle =
282 NotificationCompat.MessagingStyle.Message.getMessageFromBundle(bundleArray[0]);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java     [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 28 import android.support.v4.app.NotificationCompat.MessagingStyle;
585 MessagingStyle messagingStyle =
586 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
594 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
595 messagingStyle.addMessage(message);
658 .setStyle(messagingStyle)
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 28 import android.support.v4.app.NotificationCompat.MessagingStyle;
585 MessagingStyle messagingStyle =
586 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
594 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
595 messagingStyle.addMessage(message);
658 .setStyle(messagingStyle)
    [all...]
  /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/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)
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 28 import android.support.v4.app.NotificationCompat.MessagingStyle;
640 MessagingStyle messagingStyle =
641 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
652 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
653 messagingStyle.addMessage(message);
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 28 import android.support.v4.app.NotificationCompat.MessagingStyle;
640 MessagingStyle messagingStyle =
641 new NotificationCompat.MessagingStyle(messagingStyleCommsAppData.getReplayName())
652 for (MessagingStyle.Message message : messagingStyleCommsAppData.getMessages()) {
653 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...]
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 374 * {@link MessagingStyle} notification.
380 * represented by a {@link MessagingStyle}
386 * {@link MessagingStyle.Message} objects for a {@link MessagingStyle} notification.
402 * This extra is unnecessary if you are using {@code MessagingStyle} since each {@code Message}
    [all...]

Completed in 589 milliseconds

1 2