Searched refs:MediaStyle (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/app/
H A DNotificationCompat.java60 * Unlike the other styles provided here, MediaStyle can also modify the standard-size
65 * Notifications created with MediaStyle will have their category set to
72 * {@link NotificationCompat.MediaStyle#setMediaSession}, the
84 * .setStyle(<b>new NotificationCompat.MediaStyle()</b>
91 public static class MediaStyle extends androidx.core.app.NotificationCompat.Style { class in class:NotificationCompat
95 * in the {@link MediaStyle} {@link Notification notification}.
135 public MediaStyle() { method in class:NotificationCompat.MediaStyle
138 public MediaStyle(androidx.core.app.NotificationCompat.Builder builder) { method in class:NotificationCompat.MediaStyle
148 public MediaStyle setShowActionsInCompactView(int...actions) {
157 public MediaStyle setMediaSessio
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessorTest.java83 .setStyle(new Notification.MediaStyle())
H A DNotificationInflaterTest.java204 mBuilder.setStyle(new Notification.MediaStyle());
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationComparatorTest.java125 .setStyle(new Notification.MediaStyle()
200 .setStyle(new Notification.MediaStyle())
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java226 .setStyle(new Notification.MediaStyle()
/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java328 .setStyle(new Notification.MediaStyle().setMediaSession(session.getSessionToken()));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationDataTest.java321 nb.setStyle(new Notification.MediaStyle().setMediaSession(mock(MediaSession.Token.class)));
/frameworks/base/core/java/android/app/
H A DNotification.java1136 * {@link android.app.Notification.MediaStyle} notification.
1142 * as supplied to (e.g.) {@link MediaStyle#setShowActionsInCompactView(int...)}.
3896 * However, for {@link MediaStyle} and {@link DecoratedMediaCustomViewStyle} notifications
3900 * @see MediaStyle#setMediaSession(MediaSession.Token)
5738 if (mStyle == null || !MediaStyle.class.equals(mStyle.getClass())) {
5810 if (MediaStyle.class.equals(style)
5902 if (MediaStyle.class.equals(style)) {
5923 if (MediaStyle.class.equals(style)) {
5957 BigTextStyle.class, BigPictureStyle.class, InboxStyle.class, MediaStyle.class,
7674 * Unlike the other styles provided here, MediaStyle ca
7710 public static class MediaStyle extends Style { class in class:Notification
7717 public MediaStyle() { method in class:Notification.MediaStyle
7724 public MediaStyle(Builder builder) { method in class:Notification.MediaStyle
[all...]
/frameworks/base/config/
H A Dpreloaded-classes298 android.app.Notification$MediaStyle
H A Dboot-image-profile.txt772 HPLandroid/app/Notification$MediaStyle;->areNotificationsVisiblyDifferent(Landroid/app/Notification$Style;)Z
773 HPLandroid/app/Notification$MediaStyle;->restoreFromExtras(Landroid/os/Bundle;)V
774 HPLandroid/app/Notification$MediaStyle;->setMediaSession(Landroid/media/session/MediaSession$Token;)Landroid/app/Notification$MediaStyle;
[all...]

Completed in 108 milliseconds