Searched refs:InboxStyle (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java345 * Notification extras key: An array of CharSequences to show in {@link InboxStyle} expanded
346 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
2795 * .setStyle(new Notification.InboxStyle()
2805 public static class InboxStyle extends Style { class in class:NotificationCompat
2808 public InboxStyle() { method in class:NotificationCompat.InboxStyle
2811 public InboxStyle(Builder builder) { method in class:NotificationCompat.InboxStyle
2819 public InboxStyle setBigContentTitle(CharSequence title) {
2827 public InboxStyle setSummaryText(CharSequence cs) {
2836 public InboxStyle addLine(CharSequence cs) {
2848 Notification.InboxStyle styl
[all...]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java199 .setStyle(new Notification.InboxStyle());
209 .setStyle(new Notification.InboxStyle().addLine("a").addLine("b"));
211 .setStyle(new Notification.InboxStyle().addLine("b").addLine("c"));
H A DNotificationComparatorTest.java182 .setStyle(new Notification.InboxStyle().setSummaryText("message!")).build();
H A DNotificationManagerServiceTest.java2741 .setStyle(new Notification.InboxStyle()
2749 .setStyle(new Notification.InboxStyle()
2759 .setStyle(new Notification.InboxStyle()
2769 .setStyle(new Notification.InboxStyle()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java360 .setStyle(new Notification.InboxStyle()
/frameworks/base/core/java/android/app/
H A DNotification.java1089 * {@link #extras} key: An array of CharSequences to show in {@link InboxStyle} expanded
1090 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
5957 BigTextStyle.class, BigPictureStyle.class, InboxStyle.class, MediaStyle.class,
7449 * Here's how you'd set the <code>InboxStyle</code> on a notification:
7456 * .setStyle(new Notification.InboxStyle()
7466 public static class InboxStyle extends Style { class in class:Notification
7474 public InboxStyle() { method in class:Notification.InboxStyle
7478 * @deprecated use {@code InboxStyle()}.
7481 public InboxStyle(Builder builder) { method in class:Notification.InboxStyle
7489 public InboxStyle setBigContentTitl
[all...]
/frameworks/base/config/
H A Dpreloaded-classes297 android.app.Notification$InboxStyle
H A Dboot-image-profile.txt768 HPLandroid/app/Notification$InboxStyle;-><init>()V
769 HPLandroid/app/Notification$InboxStyle;->areNotificationsVisiblyDifferent(Landroid/app/Notification$Style;)Z
770 HPLandroid/app/Notification$InboxStyle;->getLines()Ljava/util/ArrayList;
771 HPLandroid/app/Notification$InboxStyle;->restoreFromExtras(Landroid/os/Bundle;)V
[all...]

Completed in 252 milliseconds