Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java80 nb.extend(new Notification.TvExtender().setChannelId("different channel")); in testStripsExtendersInLowRamModeNoWhitelistNoTv()
92 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testStripsExtendersInLowRamModeNoWhitelistNoTv()
93 assertNull(new Notification.TvExtender(after).getChannelId()); in testStripsExtendersInLowRamModeNoWhitelistNoTv()
106 nb.extend(new Notification.TvExtender().setChannelId("different channel")); in testStripsExtendersInLowRamModeHasWhitelist()
118 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testStripsExtendersInLowRamModeHasWhitelist()
119 assertEquals("different channel", new Notification.TvExtender(after).getChannelId()); in testStripsExtendersInLowRamModeHasWhitelist()
157 nb.extend(new Notification.TvExtender().setChannelId("different channel")); in testDoesNotStripsExtendersInNormalRamMode()
165 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testDoesNotStripsExtendersInNormalRamMode()
DNotificationManagerServiceTest.java337 Notification.TvExtender extender) { in generateNotificationRecord()
1229 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_onTv()
1244 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.java229 builder.extend(new Notification.TvExtender().setChannelId(channelId)); in showNotification()
/frameworks/base/core/java/android/app/
DNotification.java2388 if (TvExtender.EXTRA_TV_EXTENDER.equals(key)) { in lightenPayload()
5654 clone.extras.remove(Notification.TvExtender.EXTRA_TV_EXTENDER);
9436 public static final class TvExtender implements Extender { class in Notification.Builder
9458 public TvExtender() { in TvExtender() method in Notification.Builder.TvExtender
9467 public TvExtender(Notification notif) { in TvExtender() method in Notification.Builder.TvExtender
9516 public TvExtender setChannel(String channelId) { in setChannel()
9526 public TvExtender setChannelId(String channelId) { in setChannelId()
9549 public TvExtender setContentIntent(PendingIntent intent) { in setContentIntent()
9569 public TvExtender setDeleteIntent(PendingIntent intent) { in setDeleteIntent()
9588 public TvExtender setSuppressShowOverApps(boolean suppress) { in setSuppressShowOverApps()
/frameworks/base/api/
Dsystem-removed.txt7 public static final class Notification.TvExtender implements android.app.Notification.Extender {
Dsystem-current.txt357 public static final class Notification.TvExtender implements android.app.Notification.Extender {
358 ctor public Notification.TvExtender();
359 ctor public Notification.TvExtender(android.app.Notification);
366 method public android.app.Notification.TvExtender setChannel(java.lang.String);
367 method public android.app.Notification.TvExtender setChannelId(java.lang.String);
368 method public android.app.Notification.TvExtender setContentIntent(android.app.PendingIntent);
369 method public android.app.Notification.TvExtender setDeleteIntent(android.app.PendingIntent);
370 method public android.app.Notification.TvExtender setSuppressShowOverApps(boolean);
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java496 .extend(new Notification.TvExtender() in updateNotifications()
/frameworks/base/config/
Dhiddenapi-removed-dex.txt19 Landroid/app/Notification$TvExtender;->getChannel()Ljava/lang/String;
Dhiddenapi-public-dex.txt3632 Landroid/app/Notification$TvExtender;
3633 Landroid/app/Notification$TvExtender;-><init>()V
3634 Landroid/app/Notification$TvExtender;-><init>(Landroid/app/Notification;)V
3635 Landroid/app/Notification$TvExtender;->extend(Landroid/app/Notification$Builder;)Landroid/app/Notif…
3636 Landroid/app/Notification$TvExtender;->getChannelId()Ljava/lang/String;
3637 Landroid/app/Notification$TvExtender;->getContentIntent()Landroid/app/PendingIntent;
3638 Landroid/app/Notification$TvExtender;->getDeleteIntent()Landroid/app/PendingIntent;
3639 Landroid/app/Notification$TvExtender;->getSuppressShowOverApps()Z
3640 Landroid/app/Notification$TvExtender;->isAvailableOnTv()Z
3641 Landroid/app/Notification$TvExtender;->setChannel(Ljava/lang/String;)Landroid/app/Notification$TvEx…
[all …]
Dhiddenapi-private-dex.txt9287 Landroid/app/Notification$TvExtender;->EXTRA_CHANNEL_ID:Ljava/lang/String;
9288 Landroid/app/Notification$TvExtender;->EXTRA_CONTENT_INTENT:Ljava/lang/String;
9289 Landroid/app/Notification$TvExtender;->EXTRA_DELETE_INTENT:Ljava/lang/String;
9290 Landroid/app/Notification$TvExtender;->EXTRA_FLAGS:Ljava/lang/String;
9291 Landroid/app/Notification$TvExtender;->EXTRA_SUPPRESS_SHOW_OVER_APPS:Ljava/lang/String;
9292 Landroid/app/Notification$TvExtender;->EXTRA_TV_EXTENDER:Ljava/lang/String;
9293 Landroid/app/Notification$TvExtender;->FLAG_AVAILABLE_ON_TV:I
9294 Landroid/app/Notification$TvExtender;->getChannel()Ljava/lang/String;
9295 Landroid/app/Notification$TvExtender;->mChannelId:Ljava/lang/String;
9296 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;
[all …]
Dboot-image-profile.txt790 HPLandroid/app/Notification$TvExtender;->extend(Landroid/app/Notification$Builder;)Landroid/app/Not…
53924 Landroid/app/Notification$TvExtender;
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1069 .extend(new Notification.TvExtender()); in newBaseNotification()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1220 .extend(new Notification.TvExtender() in updateAdbNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4025 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) {
4026 channelId = (new Notification.TvExtender(notification)).getChannelId();