Home
last modified time | relevance | path

Searched refs:TvExtender (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationTest.java58 nb.extend(new Notification.TvExtender().setChannelId("different channel")); in testStripsExtendersInLowRamMode()
64 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testStripsExtendersInLowRamMode()
65 assertNull(new Notification.TvExtender(after).getChannelId()); in testStripsExtendersInLowRamMode()
102 nb.extend(new Notification.TvExtender().setChannelId("different channel")); in testDoesNotStripsExtendersInNormalRamMode()
109 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testDoesNotStripsExtendersInNormalRamMode()
DNotificationManagerServiceTest.java260 Notification.TvExtender extender) { in generateNotificationRecord()
901 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_onTv()
916 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_notOnTv()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java156 .extend(new Notification.TvExtender() in PipNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java221 .extend(new Notification.TvExtender()); in updateMissingPrivateVolumes()
249 .extend(new Notification.TvExtender()); in onDiskScannedInternal()
584 .extend(new Notification.TvExtender()); in buildNotificationBuilder()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java226 builder.extend(new Notification.TvExtender().setChannelId(channelId)); in showNotification()
/frameworks/base/core/java/android/app/
DNotification.java2107 if (TvExtender.EXTRA_TV_EXTENDER.equals(key)) { in lightenPayload()
5046 clone.extras.remove(Notification.TvExtender.EXTRA_TV_EXTENDER);
8300 public static final class TvExtender implements Extender { class in Notification.Builder
8320 public TvExtender() { in TvExtender() method in Notification.Builder.TvExtender
8329 public TvExtender(Notification notif) { in TvExtender() method in Notification.Builder.TvExtender
8376 public TvExtender setChannel(String channelId) { in setChannel()
8386 public TvExtender setChannelId(String channelId) { in setChannelId()
8409 public TvExtender setContentIntent(PendingIntent intent) { in setContentIntent()
8429 public TvExtender setDeleteIntent(PendingIntent intent) { in setDeleteIntent()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java495 .extend(new Notification.TvExtender() in updateNotifications()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1225 .extend(new Notification.TvExtender() in updateAdbNotification()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1069 .extend(new Notification.TvExtender()); in newBaseNotification()
/frameworks/base/api/
Dsystem-removed.txt35 public static final class Notification.TvExtender implements android.app.Notification.Extender {
Dsystem-current.txt5668 public static final class Notification.TvExtender implements android.app.Notification.Extender {
5669 ctor public Notification.TvExtender();
5670 ctor public Notification.TvExtender(android.app.Notification);
5676 method public android.app.Notification.TvExtender setChannel(java.lang.String);
5677 method public android.app.Notification.TvExtender setChannelId(java.lang.String);
5678 method public android.app.Notification.TvExtender setContentIntent(android.app.PendingIntent);
5679 method public android.app.Notification.TvExtender setDeleteIntent(android.app.PendingIntent);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3494 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) {
3495 channelId = (new Notification.TvExtender(notification)).getChannelId();
/frameworks/base/config/
Dcompiled-classes-phone413 android.app.Notification$TvExtender
Dboot-image-profile.txt833 HPLandroid/app/Notification$TvExtender;-><init>()V
834 HPLandroid/app/Notification$TvExtender;->extend(Landroid/app/Notification$Builder;)Landroid/app/Not…
835 HPLandroid/app/Notification$TvExtender;->setChannelId(Ljava/lang/String;)Landroid/app/Notification$