Home
last modified time | relevance | path

Searched refs:TvExtender (Results 1 – 17 of 17) 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.java470 Notification.TvExtender extender) { in generateNotificationRecord()
475 Notification.TvExtender extender, boolean isBubble) { in generateNotificationRecord()
1555 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_onTv()
1570 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_notOnTv()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipNotification.java154 .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.java278 builder.extend(new Notification.TvExtender().setChannelId(channelId)); in showNotification()
/frameworks/base/non-updatable-api/
Dsystem-removed.txt20 public static final class Notification.TvExtender implements android.app.Notification.Extender {
Dsystem-current.txt537 public static final class Notification.TvExtender implements android.app.Notification.Extender {
538 ctor public Notification.TvExtender();
539 ctor public Notification.TvExtender(android.app.Notification);
546 method public android.app.Notification.TvExtender setChannel(String);
547 method public android.app.Notification.TvExtender setChannelId(String);
548 method public android.app.Notification.TvExtender setContentIntent(android.app.PendingIntent);
549 method public android.app.Notification.TvExtender setDeleteIntent(android.app.PendingIntent);
550 method public android.app.Notification.TvExtender setSuppressShowOverApps(boolean);
/frameworks/base/api/
Dsystem-removed.txt20 public static final class Notification.TvExtender implements android.app.Notification.Extender {
Dsystem-current.txt537 public static final class Notification.TvExtender implements android.app.Notification.Extender {
538 ctor public Notification.TvExtender();
539 ctor public Notification.TvExtender(android.app.Notification);
546 method public android.app.Notification.TvExtender setChannel(String);
547 method public android.app.Notification.TvExtender setChannelId(String);
548 method public android.app.Notification.TvExtender setContentIntent(android.app.PendingIntent);
549 method public android.app.Notification.TvExtender setDeleteIntent(android.app.PendingIntent);
550 method public android.app.Notification.TvExtender setSuppressShowOverApps(boolean);
/frameworks/base/core/java/android/app/
DNotification.java2502 if (TvExtender.EXTRA_TV_EXTENDER.equals(key)) { in lightenPayload()
5981 clone.extras.remove(Notification.TvExtender.EXTRA_TV_EXTENDER);
10217 public static final class TvExtender implements Extender { class in Notification.Builder
10239 public TvExtender() { in TvExtender() method in Notification.Builder.TvExtender
10248 public TvExtender(Notification notif) { in TvExtender() method in Notification.Builder.TvExtender
10297 public TvExtender setChannel(String channelId) { in setChannel()
10307 public TvExtender setChannelId(String channelId) { in setChannelId()
10330 public TvExtender setContentIntent(PendingIntent intent) { in setContentIntent()
10350 public TvExtender setDeleteIntent(PendingIntent intent) { in setDeleteIntent()
10369 public TvExtender setSuppressShowOverApps(boolean suppress) { in setSuppressShowOverApps()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java476 .extend(new Notification.TvExtender() in updateNotifications()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbDeviceManager.java1218 .extend(new Notification.TvExtender() in updateAdbNotification()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1086 .extend(new Notification.TvExtender()); in newBaseNotification()
/frameworks/base/services/core/java/com/android/server/adb/
DAdbDebuggingManager.java794 .extend(new Notification.TvExtender() in showAdbConnectedNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4822 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) {
4823 channelId = (new Notification.TvExtender(notification)).getChannelId();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7862 Landroid/app/Notification$TvExtender;->EXTRA_CHANNEL_ID:Ljava/lang/String;
7863 Landroid/app/Notification$TvExtender;->EXTRA_CONTENT_INTENT:Ljava/lang/String;
7864 Landroid/app/Notification$TvExtender;->EXTRA_DELETE_INTENT:Ljava/lang/String;
7865 Landroid/app/Notification$TvExtender;->EXTRA_FLAGS:Ljava/lang/String;
7866 Landroid/app/Notification$TvExtender;->EXTRA_SUPPRESS_SHOW_OVER_APPS:Ljava/lang/String;
7867 Landroid/app/Notification$TvExtender;->EXTRA_TV_EXTENDER:Ljava/lang/String;
7868 Landroid/app/Notification$TvExtender;->FLAG_AVAILABLE_ON_TV:I
7869 Landroid/app/Notification$TvExtender;->mChannelId:Ljava/lang/String;
7870 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent;
7871 Landroid/app/Notification$TvExtender;->mDeleteIntent:Landroid/app/PendingIntent;
[all …]
Dboot-image-profile.txt1871 HSPLandroid/app/Notification$TvExtender;->extend(Landroid/app/Notification$Builder;)Landroid/app/No…