Home
last modified time | relevance | path

Searched refs:InboxStyle (Results 1 – 15 of 15) 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.java184 .setStyle(new Notification.InboxStyle().setSummaryText("message!")).build(); in setUp()
DNotificationManagerServiceTest.java3320 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
3328 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
3338 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
3348 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java94 doReturn(Notification.InboxStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_inboxStyle()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java299 Notification.InboxStyle inboxStyle = null; in doNotify()
384 inboxStyle = new Notification.InboxStyle(); in doNotify()
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java489 } else if (Notification.InboxStyle.class.equals(style)) { in getUpdateMessage()
/frameworks/base/config/
Ddirty-image-objects47 android.app.Notification$InboxStyle
Dpreloaded-classes305 android.app.Notification$InboxStyle
Dhiddenapi-greylist-max-o.txt8274 Landroid/app/Notification$InboxStyle;->addExtras(Landroid/os/Bundle;)V
8275 Landroid/app/Notification$InboxStyle;->areNotificationsVisiblyDifferent(Landroid/app/Notification$S…
8276 Landroid/app/Notification$InboxStyle;->getLines()Ljava/util/ArrayList;
8277 Landroid/app/Notification$InboxStyle;->handleInboxImageMargin(Landroid/widget/RemoteViews;IZI)V
8278 Landroid/app/Notification$InboxStyle;->makeBigContentView()Landroid/widget/RemoteViews;
8279 Landroid/app/Notification$InboxStyle;->mTexts:Ljava/util/ArrayList;
8280 Landroid/app/Notification$InboxStyle;->NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION:I
8281 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
32362 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/api/
Dcurrent.txt5635 public static class Notification.InboxStyle extends android.app.Notification.Style {
5636 ctor public Notification.InboxStyle();
5637 ctor @Deprecated public Notification.InboxStyle(android.app.Notification.Builder);
5638 method public android.app.Notification.InboxStyle addLine(CharSequence);
5639 method public android.app.Notification.InboxStyle setBigContentTitle(CharSequence);
5640 method public android.app.Notification.InboxStyle setSummaryText(CharSequence);