Searched refs:TvExtender (Results 1 – 12 of 12) sorted by relevance
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()
460 Notification.TvExtender extender) { in generateNotificationRecord()465 Notification.TvExtender extender, boolean isBubble) { in generateNotificationRecord()1485 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_onTv()1500 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo"); in testTvExtenderChannelOverride_notOnTv()
154 .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()
274 builder.extend(new Notification.TvExtender().setChannelId(channelId)); in showNotification()
20 public static final class Notification.TvExtender implements android.app.Notification.Extender {
524 public static final class Notification.TvExtender implements android.app.Notification.Extender {525 ctor public Notification.TvExtender();526 ctor public Notification.TvExtender(android.app.Notification);533 method public android.app.Notification.TvExtender setChannel(String);534 method public android.app.Notification.TvExtender setChannelId(String);535 method public android.app.Notification.TvExtender setContentIntent(android.app.PendingIntent);536 method public android.app.Notification.TvExtender setDeleteIntent(android.app.PendingIntent);537 method public android.app.Notification.TvExtender setSuppressShowOverApps(boolean);
2495 if (TvExtender.EXTRA_TV_EXTENDER.equals(key)) { in lightenPayload()5981 clone.extras.remove(Notification.TvExtender.EXTRA_TV_EXTENDER);10194 public static final class TvExtender implements Extender { class in Notification.Builder10216 public TvExtender() { in TvExtender() method in Notification.Builder.TvExtender10225 public TvExtender(Notification notif) { in TvExtender() method in Notification.Builder.TvExtender10274 public TvExtender setChannel(String channelId) { in setChannel()10284 public TvExtender setChannelId(String channelId) { in setChannelId()10307 public TvExtender setContentIntent(PendingIntent intent) { in setContentIntent()10327 public TvExtender setDeleteIntent(PendingIntent intent) { in setDeleteIntent()10346 public TvExtender setSuppressShowOverApps(boolean suppress) { in setSuppressShowOverApps()
495 .extend(new Notification.TvExtender() in updateNotifications()
1212 .extend(new Notification.TvExtender() in updateAdbNotification()
1088 .extend(new Notification.TvExtender()); in newBaseNotification()
4689 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) {4690 channelId = (new Notification.TvExtender(notification)).getChannelId();