Searched refs:TvExtender (Results 1 – 14 of 14) sorted by relevance
58 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()
260 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()
156 .extend(new Notification.TvExtender() in PipNotification()
221 .extend(new Notification.TvExtender()); in updateMissingPrivateVolumes()249 .extend(new Notification.TvExtender()); in onDiskScannedInternal()584 .extend(new Notification.TvExtender()); in buildNotificationBuilder()
226 builder.extend(new Notification.TvExtender().setChannelId(channelId)); in showNotification()
2107 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.Builder8320 public TvExtender() { in TvExtender() method in Notification.Builder.TvExtender8329 public TvExtender(Notification notif) { in TvExtender() method in Notification.Builder.TvExtender8376 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()
495 .extend(new Notification.TvExtender() in updateNotifications()
1225 .extend(new Notification.TvExtender() in updateAdbNotification()
1069 .extend(new Notification.TvExtender()); in newBaseNotification()
35 public static final class Notification.TvExtender implements android.app.Notification.Extender {
5668 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);
3494 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) {3495 channelId = (new Notification.TvExtender(notification)).getChannelId();
413 android.app.Notification$TvExtender
833 HPLandroid/app/Notification$TvExtender;-><init>()V834 HPLandroid/app/Notification$TvExtender;->extend(Landroid/app/Notification$Builder;)Landroid/app/Not…835 HPLandroid/app/Notification$TvExtender;->setChannelId(Ljava/lang/String;)Landroid/app/Notification$…