/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
D | VpnStatusObserver.kt | 118 .extend(Notification.TvExtender()) in <lambda>() 128 .extend(Notification.TvExtender()) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
D | TvNotificationHandler.java | 66 if (!new Notification.TvExtender(sbn.getNotification()).isAvailableOnTv()) { in onNotificationPosted()
|
/frameworks/base/core/java/android/debug/ |
D | AdbNotifications.java | 95 .extend(new Notification.TvExtender() in createNotification()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipNotificationController.java | 89 .extend(new Notification.TvExtender() in TvPipNotificationController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 226 .extend(new Notification.TvExtender()); in updateMissingPrivateVolumes() 254 .extend(new Notification.TvExtender()); in onDiskScannedInternal() 613 .extend(new Notification.TvExtender()); in buildNotificationBuilder()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationTest.java | 75 nb.extend(new Notification.TvExtender().setChannelId("different channel")); in testDoesNotStripsExtenders() 82 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testDoesNotStripsExtenders()
|
D | NotificationManagerServiceTest.java | 741 Notification.TvExtender extender) { in generateNotificationRecord() 2175 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_onTv() 2190 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_notOnTv()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | RemoteBugreportManager.java | 153 .extend(new Notification.TvExtender()); in buildNotification()
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 490 .extend(new Notification.TvExtender() in updateNotifications()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 2854 if (TvExtender.EXTRA_TV_EXTENDER.equals(key)) { in lightenPayload() 11753 public static final class TvExtender implements Extender { class in Notification.Builder 11775 public TvExtender() { in TvExtender() method in Notification.Builder.TvExtender 11784 public TvExtender(Notification notif) { in TvExtender() method in Notification.Builder.TvExtender 11833 public TvExtender setChannel(String channelId) { in setChannel() 11843 public TvExtender setChannelId(String channelId) { in setChannelId() 11866 public TvExtender setContentIntent(PendingIntent intent) { in setContentIntent() 11886 public TvExtender setDeleteIntent(PendingIntent intent) { in setDeleteIntent() 11905 public TvExtender setSuppressShowOverApps(boolean suppress) { in setSuppressShowOverApps()
|
/frameworks/base/core/api/ |
D | system-removed.txt | 26 public static final class Notification.TvExtender implements android.app.Notification.Extender {
|
D | system-current.txt | 745 public static final class Notification.TvExtender implements android.app.Notification.Extender { 746 ctor public Notification.TvExtender(); 747 ctor public Notification.TvExtender(android.app.Notification); 754 method public android.app.Notification.TvExtender setChannel(String); 755 method public android.app.Notification.TvExtender setChannelId(String); 756 method public android.app.Notification.TvExtender setContentIntent(android.app.PendingIntent); 757 method public android.app.Notification.TvExtender setDeleteIntent(android.app.PendingIntent); 758 method public android.app.Notification.TvExtender setSuppressShowOverApps(boolean);
|
/frameworks/base/services/core/java/com/android/server/ |
D | SensorPrivacyService.java | 676 .extend(new Notification.TvExtender()) in showSensorUseReminderNotification()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 1310 .extend(new Notification.TvExtender()); in newBaseNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 6230 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) { 6231 channelId = (new Notification.TvExtender(notification)).getChannelId();
|
/frameworks/base/boot/ |
D | preloaded-classes | 488 android.app.Notification$TvExtender
|
D | boot-image-profile.txt | 23254 Landroid/app/Notification$TvExtender;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7859 Landroid/app/Notification$TvExtender;->EXTRA_CHANNEL_ID:Ljava/lang/String; 7860 Landroid/app/Notification$TvExtender;->EXTRA_CONTENT_INTENT:Ljava/lang/String; 7861 Landroid/app/Notification$TvExtender;->EXTRA_DELETE_INTENT:Ljava/lang/String; 7862 Landroid/app/Notification$TvExtender;->EXTRA_FLAGS:Ljava/lang/String; 7863 Landroid/app/Notification$TvExtender;->EXTRA_SUPPRESS_SHOW_OVER_APPS:Ljava/lang/String; 7864 Landroid/app/Notification$TvExtender;->EXTRA_TV_EXTENDER:Ljava/lang/String; 7865 Landroid/app/Notification$TvExtender;->FLAG_AVAILABLE_ON_TV:I 7866 Landroid/app/Notification$TvExtender;->mChannelId:Ljava/lang/String; 7867 Landroid/app/Notification$TvExtender;->mContentIntent:Landroid/app/PendingIntent; 7868 Landroid/app/Notification$TvExtender;->mDeleteIntent:Landroid/app/PendingIntent; [all …]
|
/frameworks/base/config/ |
D | preloaded-classes | 486 android.app.Notification$TvExtender
|
D | boot-image-profile.txt | 32887 Landroid/app/Notification$TvExtender;
|
/frameworks/base/services/ |
D | art-profile | 39283 …d/app/NotificationManager;]Landroid/app/Notification$TvExtender;Landroid/app/Notification$TvExtend…
|