/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationTest.java | 80 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()
|
D | NotificationManagerServiceTest.java | 470 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/ |
D | PipNotification.java | 154 .extend(new Notification.TvExtender() in PipNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 221 .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/ |
D | NetworkNotificationManager.java | 278 builder.extend(new Notification.TvExtender().setChannelId(channelId)); in showNotification()
|
/frameworks/base/non-updatable-api/ |
D | system-removed.txt | 20 public static final class Notification.TvExtender implements android.app.Notification.Extender {
|
D | system-current.txt | 537 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/ |
D | system-removed.txt | 20 public static final class Notification.TvExtender implements android.app.Notification.Extender {
|
D | system-current.txt | 537 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/ |
D | Notification.java | 2502 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/ |
D | DeviceStorageMonitorService.java | 476 .extend(new Notification.TvExtender() in updateNotifications()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbDeviceManager.java | 1218 .extend(new Notification.TvExtender() in updateAdbNotification()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 1086 .extend(new Notification.TvExtender()); in newBaseNotification()
|
/frameworks/base/services/core/java/com/android/server/adb/ |
D | AdbDebuggingManager.java | 794 .extend(new Notification.TvExtender() in showAdbConnectedNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 4822 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) { 4823 channelId = (new Notification.TvExtender(notification)).getChannelId();
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 7862 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 …]
|
D | boot-image-profile.txt | 1871 HSPLandroid/app/Notification$TvExtender;->extend(Landroid/app/Notification$Builder;)Landroid/app/No…
|