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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java344 * Notification extras key: An array of CharSequences to show in {@link InboxStyle} expanded
345 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
2506 * .setStyle(new Notification.InboxStyle()
2516 public static class InboxStyle extends Style { class in class:NotificationCompat
2519 public InboxStyle() { method in class:NotificationCompat.InboxStyle
2522 public InboxStyle(Builder builder) { method in class:NotificationCompat.InboxStyle
2530 public InboxStyle setBigContentTitle(CharSequence title) {
2538 public InboxStyle setSummaryText(CharSequence cs) {
2547 public InboxStyle addLine(CharSequence cs) {
2559 Notification.InboxStyle styl
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java996 * {@link #extras} key: An array of CharSequences to show in {@link InboxStyle} expanded
997 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
5320 BigTextStyle.class, BigPictureStyle.class, InboxStyle.class, MediaStyle.class,
6433 * Here's how you'd set the <code>InboxStyle</code> on a notification:
6440 * .setStyle(new Notification.InboxStyle()
6450 public static class InboxStyle extends Style { class in class:Notification
6453 public InboxStyle() { method in class:Notification.InboxStyle
6457 * @deprecated use {@code InboxStyle()}.
6460 public InboxStyle(Builder builder) { method in class:Notification.InboxStyle
6468 public InboxStyle setBigContentTitl
[all...]

Completed in 52 milliseconds