Home
last modified time | relevance | path

Searched refs:InboxStyle (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java201 assertSame(captured.getNotificationStyle(), Notification.InboxStyle.class); in testInbox()
205 ((Notification.InboxStyle) (builder.getStyle())).getLines(); in testInbox()
DNotificationTest.java199 .setStyle(new Notification.InboxStyle()); in testStyleChangeVisiblyDifferent_changeStyle()
209 .setStyle(new Notification.InboxStyle().addLine("a").addLine("b")); in testInboxTextChange()
211 .setStyle(new Notification.InboxStyle().addLine("b").addLine("c")); in testInboxTextChange()
DNotificationComparatorTest.java198 .setStyle(new Notification.InboxStyle().setSummaryText("message!")).build(); in setUp()
DNotificationManagerServiceTest.java3384 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
3392 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
3402 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
3412 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleTest.java98 doReturn(Notification.InboxStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_inboxStyle()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java330 Notification.InboxStyle inboxStyle = null; in doNotify()
415 inboxStyle = new Notification.InboxStyle(); in doNotify()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java379 } else if (Notification.InboxStyle.class.equals(style)) { in getUpdateMessage()
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java360 .setStyle(new Notification.InboxStyle() in testCreate()
/frameworks/base/core/java/android/app/
DNotification.java6293 BigTextStyle.class, BigPictureStyle.class, InboxStyle.class, MediaStyle.class,
7802 public static class InboxStyle extends Style { class in Notification.Builder
7810 public InboxStyle() { in InboxStyle() method in Notification.Builder.InboxStyle
7817 public InboxStyle(Builder builder) { in InboxStyle() method in Notification.Builder.InboxStyle
7825 public InboxStyle setBigContentTitle(CharSequence title) { in setBigContentTitle()
7833 public InboxStyle setSummaryText(CharSequence cs) { in setSummaryText()
7841 public InboxStyle addLine(CharSequence cs) { in addLine()
7960 InboxStyle newS = (InboxStyle) other; in areNotificationsVisiblyDifferent()
/frameworks/base/config/
Ddirty-image-objects47 android.app.Notification$InboxStyle
Dpreloaded-classes305 android.app.Notification$InboxStyle
Dhiddenapi-greylist-max-o.txt7753 Landroid/app/Notification$InboxStyle;->addExtras(Landroid/os/Bundle;)V
7754 Landroid/app/Notification$InboxStyle;->areNotificationsVisiblyDifferent(Landroid/app/Notification$S…
7755 Landroid/app/Notification$InboxStyle;->getLines()Ljava/util/ArrayList;
7756 Landroid/app/Notification$InboxStyle;->handleInboxImageMargin(Landroid/widget/RemoteViews;IZI)V
7757 Landroid/app/Notification$InboxStyle;->makeBigContentView()Landroid/widget/RemoteViews;
7758 Landroid/app/Notification$InboxStyle;->mTexts:Ljava/util/ArrayList;
7759 Landroid/app/Notification$InboxStyle;->NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION:I
7760 Landroid/app/Notification$InboxStyle;->restoreFromExtras(Landroid/os/Bundle;)V
Dboot-image-profile.txt1850 HSPLandroid/app/Notification$InboxStyle;-><init>()V
1851 HSPLandroid/app/Notification$InboxStyle;->restoreFromExtras(Landroid/os/Bundle;)V
32361 Landroid/app/Notification$InboxStyle;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4767 public static class Notification.InboxStyle extends android.app.Notification.Style {
4768 ctor public Notification.InboxStyle();
4769 ctor public Notification.InboxStyle(android.app.Notification.Builder);
4770 method public android.app.Notification.InboxStyle addLine(java.lang.CharSequence);
4771 method public android.app.Notification.InboxStyle setBigContentTitle(java.lang.CharSequence);
4772 method public android.app.Notification.InboxStyle setSummaryText(java.lang.CharSequence);
/frameworks/base/non-updatable-api/
Dcurrent.txt5638 public static class Notification.InboxStyle extends android.app.Notification.Style {
5639 ctor public Notification.InboxStyle();
5640 ctor @Deprecated public Notification.InboxStyle(android.app.Notification.Builder);
5641 method public android.app.Notification.InboxStyle addLine(CharSequence);
5642 method public android.app.Notification.InboxStyle setBigContentTitle(CharSequence);
5643 method public android.app.Notification.InboxStyle setSummaryText(CharSequence);
/frameworks/base/api/
Dcurrent.txt5638 public static class Notification.InboxStyle extends android.app.Notification.Style {
5639 ctor public Notification.InboxStyle();
5640 ctor @Deprecated public Notification.InboxStyle(android.app.Notification.Builder);
5641 method public android.app.Notification.InboxStyle addLine(CharSequence);
5642 method public android.app.Notification.InboxStyle setBigContentTitle(CharSequence);
5643 method public android.app.Notification.InboxStyle setSummaryText(CharSequence);