Home
last modified time | relevance | path

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

/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
H A DNotificationEntryTest.java154 .setStyle(new Notification.InboxStyle()) in testIsInboxStyle()
158 assertTrue(entry.hasStyle(Notification.InboxStyle.class)); in testIsInboxStyle()
182 assertFalse(entry.hasStyle(Notification.InboxStyle.class)); in testIsNotPersonStyle()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationShellCmdTest.java202 assertSame(captured.getNotificationStyle(), Notification.InboxStyle.class); in testInbox()
206 ((Notification.InboxStyle) (builder.getStyle())).getLines(); in testInbox()
H A DNotificationTest.java116 .setStyle(new Notification.InboxStyle()); in testStyleChangeVisiblyDifferent_changeStyle()
126 .setStyle(new Notification.InboxStyle().addLine("a").addLine("b")); in testInboxTextChange()
128 .setStyle(new Notification.InboxStyle().addLine("b").addLine("c")); in testInboxTextChange()
H A DNotificationComparatorTest.java212 .setStyle(new Notification.InboxStyle().setSummaryText("message!")).build(); in setUp()
H A DNotificationManagerServiceTest.java4534 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
4542 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
4552 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
4562 .setStyle(new Notification.InboxStyle() in testVisualDifference_inboxStyle()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleTest.java116 doReturn(Notification.InboxStyle.class).when(mNotif).getNotificationStyle(); in testGetUpdateMessage_inboxStyle()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DMessageNotificationState.java395 NotificationCompat.InboxStyle inboxStyle = null; in build()
396 inboxStyle = new NotificationCompat.InboxStyle(builder); in build()
1317 final NotificationCompat.InboxStyle inboxStyle = in checkFailedMessages()
1318 new NotificationCompat.InboxStyle(builder); in checkFailedMessages()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java361 final Notification.InboxStyle inboxStyle = new Notification.InboxStyle(builder); in updateWithLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java482 Notification.InboxStyle inboxStyle = null; in doNotify()
570 inboxStyle = new Notification.InboxStyle(); in doNotify()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java259 || hasStyle(Notification.InboxStyle.class) in involvesPeople()
/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java360 .setStyle(new Notification.InboxStyle() in testCreate()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java874 } else if (Notification.InboxStyle.class.equals(style)) { in extractFlyoutMessage()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java698 BigTextStyle.class, BigPictureStyle.class, InboxStyle.class, MediaStyle.class,
8678 public static class InboxStyle extends Style { class in Notification.Builder
8686 public InboxStyle() { in InboxStyle() method in Notification.Builder.InboxStyle
8693 public InboxStyle(Builder builder) { in InboxStyle() method in Notification.Builder.InboxStyle
8701 public InboxStyle setBigContentTitle(CharSequence title) { in setBigContentTitle()
8709 public InboxStyle setSummaryText(CharSequence cs) { in setSummaryText()
8717 public InboxStyle addLine(CharSequence cs) { in addLine()
8837 InboxStyle newS = (InboxStyle) other; in areNotificationsVisiblyDifferent()
/aosp12/frameworks/base/config/
H A Ddirty-image-objects47 Landroid/app/Notification$InboxStyle;
H A Dpreloaded-classes479 android.app.Notification$InboxStyle
H A Dboot-image-profile.txt2157 HSPLandroid/app/Notification$InboxStyle;-><init>()V
2158 HSPLandroid/app/Notification$InboxStyle;->addExtras(Landroid/os/Bundle;)V
2159 HSPLandroid/app/Notification$InboxStyle;->restoreFromExtras(Landroid/os/Bundle;)V+]Landroid/os/Bund…
32879 Landroid/app/Notification$InboxStyle;
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
H A DNotificationFragment.java758 .setStyle(new Notification.InboxStyle() in initCustomGroupSummaryButton()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes481 android.app.Notification$InboxStyle
H A Dboot-image-profile.txt2157 HSPLandroid/app/Notification$InboxStyle;-><init>()V
2158 HSPLandroid/app/Notification$InboxStyle;->addExtras(Landroid/os/Bundle;)V
2159 HSPLandroid/app/Notification$InboxStyle;->restoreFromExtras(Landroid/os/Bundle;)V+]Landroid/os/Bund…
23246 Landroid/app/Notification$InboxStyle;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6038 public static class Notification.InboxStyle extends android.app.Notification.Style {
6039 ctor public Notification.InboxStyle();
6040 ctor @Deprecated public Notification.InboxStyle(android.app.Notification.Builder);
6041 method public android.app.Notification.InboxStyle addLine(CharSequence);
6042 method public android.app.Notification.InboxStyle setBigContentTitle(CharSequence);
6043 method public android.app.Notification.InboxStyle setSummaryText(CharSequence);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7750 Landroid/app/Notification$InboxStyle;->addExtras(Landroid/os/Bundle;)V
7751 Landroid/app/Notification$InboxStyle;->areNotificationsVisiblyDifferent(Landroid/app/Notification$S…
7752 Landroid/app/Notification$InboxStyle;->getLines()Ljava/util/ArrayList;
7753 Landroid/app/Notification$InboxStyle;->handleInboxImageMargin(Landroid/widget/RemoteViews;IZI)V
7754 Landroid/app/Notification$InboxStyle;->makeBigContentView()Landroid/widget/RemoteViews;
7755 Landroid/app/Notification$InboxStyle;->mTexts:Ljava/util/ArrayList;
7756 Landroid/app/Notification$InboxStyle;->NUMBER_OF_HISTORY_ALLOWED_UNTIL_REDUCTION:I
7757 Landroid/app/Notification$InboxStyle;->restoreFromExtras(Landroid/os/Bundle;)V
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...