/developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/mock/ |
MockDatabase.java | 20 import android.support.v4.app.NotificationCompat.MessagingStyle; 304 * Represents data needed for MessagingStyle Notification. 311 private ArrayList<MessagingStyle.Message> mMessages; 346 mMessages.add(new MessagingStyle.Message( 348 mMessages.add(new MessagingStyle.Message( 350 mMessages.add(new MessagingStyle.Message( 352 mMessages.add(new MessagingStyle.Message( 355 mMessages.add(new MessagingStyle.Message( 357 mMessages.add(new MessagingStyle.Message( 392 public ArrayList<MessagingStyle.Message> getMessages() [all...] |
/developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/mock/ |
MockDatabase.java | 20 import android.support.v4.app.NotificationCompat.MessagingStyle; 304 * Represents data needed for MessagingStyle Notification. 311 private ArrayList<MessagingStyle.Message> mMessages; 346 mMessages.add(new MessagingStyle.Message( 348 mMessages.add(new MessagingStyle.Message( 350 mMessages.add(new MessagingStyle.Message( 352 mMessages.add(new MessagingStyle.Message( 355 mMessages.add(new MessagingStyle.Message( 357 mMessages.add(new MessagingStyle.Message( 392 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 | 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...] |
/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 | 282 NotificationCompat.MessagingStyle.Message m = 283 new NotificationCompat.MessagingStyle.Message("text", 0 /*timestamp */, "sender"); 287 ArrayList<NotificationCompat.MessagingStyle.Message> messages = new ArrayList<>(1); 290 NotificationCompat.MessagingStyle.Message.getBundleArrayForMessages(messages); 292 NotificationCompat.MessagingStyle.Message fromBundle = 293 NotificationCompat.MessagingStyle.Message.getMessageFromBundle(bundleArray[0]);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
NotificationListenerVerifierActivity.java | 839 /** Tests that the extras {@link Bundle} in a MessagingStyle#Message is preserved. */ 872 Notification.MessagingStyle.Message msg1 = 873 new Notification.MessagingStyle.Message("text1", 0 /* timestamp */, "sender1"); 876 Notification.MessagingStyle.Message msg2 = 877 new Notification.MessagingStyle.Message("text2", 1 /* timestamp */, "sender2"); 880 Notification.MessagingStyle style = new Notification.MessagingStyle("display_name"); 900 NotificationCompat.MessagingStyle.Message message, 919 NotificationCompat.MessagingStyle readStyle = 920 NotificationCompat.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)
|
/frameworks/support/compat/java/android/support/v4/app/ |
NotificationCompat.java | 390 * {@link MessagingStyle} notification. 396 * represented by a {@link MessagingStyle} 402 * {@link MessagingStyle.Message} objects for a {@link MessagingStyle} notification. 418 * This extra is unnecessary if you are using {@code MessagingStyle} since each {@code Message} [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...] |
/cts/tests/app/src/android/app/cts/ |
NotificationTest.java | 20 import android.app.Notification.MessagingStyle.Message; 243 .setStyle(new Notification.MessagingStyle("self name")
|
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
NotificationComparatorTest.java | 131 .setStyle(new Notification.MessagingStyle("sender!")).build();
|
/frameworks/base/core/java/android/app/ |
Notification.java | [all...] |
/prebuilts/sdk/current/support/compat/libs/ |
android-support-compat.jar | |