Searched defs:MessagingStyle (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java390 * {@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}
2034 * Use {@link MessagingStyle#setConversationTitle(CharSequence)} to set a conversation title for
2050 * .setStyle(new Notification.MessagingStyle(resources.getString(R.string.reply_name))
2056 public static class MessagingStyle extends Style { class in class:NotificationCompat
2068 MessagingStyle() { method in class:NotificationCompat.MessagingStyle
2077 public MessagingStyle( method in class:NotificationCompat.MessagingStyle
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1049 * {@link android.app.Notification.MessagingStyle} notification. This extra is a
1056 * represented by a {@link android.app.Notification.MessagingStyle}
1061 * {@link #extras} key: an array of {@link android.app.Notification.MessagingStyle.Message}
1063 * {@link android.app.Notification.MessagingStyle} notification. This extra is a parcelable
1070 * {@link android.app.Notification.MessagingStyle#addHistoricMessage historic}
1071 * {@link android.app.Notification.MessagingStyle.Message} bundles provided by a
1072 * {@link android.app.Notification.MessagingStyle} notification. This extra is a parcelable
1110 * This extra is unnecessary if you are using {@code MessagingStyle} since each {@code Message}
5322 MessagingStyle.class };
5869 * .setStyle(new Notification.MessagingStyle(resource
5875 public static class MessagingStyle extends Style { class in class:Notification
5888 MessagingStyle() { method in class:Notification.MessagingStyle
5897 public MessagingStyle(@NonNull CharSequence userDisplayName) { method in class:Notification.MessagingStyle
[all...]

Completed in 147 milliseconds