Searched refs:TvExtender (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java80 nb.extend(new Notification.TvExtender().setChannelId("different channel"));
92 assertEquals("different channel", new Notification.TvExtender(before).getChannelId());
93 assertNull(new Notification.TvExtender(after).getChannelId());
106 nb.extend(new Notification.TvExtender().setChannelId("different channel"));
118 assertEquals("different channel", new Notification.TvExtender(before).getChannelId());
119 assertEquals("different channel", new Notification.TvExtender(after).getChannelId());
157 nb.extend(new Notification.TvExtender().setChannelId("different channel"));
165 assertEquals("different channel", new Notification.TvExtender(before).getChannelId());
H A DNotificationManagerServiceTest.java337 Notification.TvExtender extender) {
1229 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo");
1244 Notification.TvExtender tv = new Notification.TvExtender().setChannelId("foo");
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipNotification.java156 .extend(new Notification.TvExtender()
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkNotificationManager.java229 builder.extend(new Notification.TvExtender().setChannelId(channelId));
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java221 .extend(new Notification.TvExtender());
249 .extend(new Notification.TvExtender());
584 .extend(new Notification.TvExtender());
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java496 .extend(new Notification.TvExtender()
/frameworks/base/core/java/android/app/
H A DNotification.java2388 if (TvExtender.EXTRA_TV_EXTENDER.equals(key)) {
5654 clone.extras.remove(Notification.TvExtender.EXTRA_TV_EXTENDER);
9414 * <li>Create a {@link TvExtender}.
9416 * {@link TvExtender}.
9424 * .extend(new TvExtender()
9430 * {@code TvExtender(Notification)} constructor, and then using the {@code get} methods
9436 public static final class TvExtender implements Extender { class in class:Notification
9437 private static final String TAG = "TvExtender";
9456 * Create a {@link TvExtender} with default options.
9458 public TvExtender() { method in class:Notification.TvExtender
9467 public TvExtender(Notification notif) { method in class:Notification.TvExtender
[all...]
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1069 .extend(new Notification.TvExtender());
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java1220 .extend(new Notification.TvExtender()
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4025 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) {
4026 channelId = (new Notification.TvExtender(notification)).getChannelId();
/frameworks/base/config/
H A Dboot-image-profile.txt790 HPLandroid/app/Notification$TvExtender;->extend(Landroid/app/Notification$Builder;)Landroid/app/Notification$Builder;
[all...]

Completed in 1320 milliseconds