Searched refs:getChannelId (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
H A DPreviewProgram.java94 public long getChannelId() { method in class:PreviewProgram
H A DProgram.java91 public long getChannelId() { method in class:Program
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
H A DPowerNotificationWarningsTest.java122 assertTrue(captor.getValue().getChannelId() == NotificationChannels.BATTERY);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java92 assertEquals("different channel", new Notification.TvExtender(before).getChannelId());
93 assertNull(new Notification.TvExtender(after).getChannelId());
118 assertEquals("different channel", new Notification.TvExtender(before).getChannelId());
119 assertEquals("different channel", new Notification.TvExtender(after).getChannelId());
165 assertEquals("different channel", new Notification.TvExtender(before).getChannelId());
H A DNotificationRecordTest.java653 when(n.getChannelId()).thenReturn(channel.getId());
675 when(n.getChannelId()).thenReturn(channel.getId());
691 when(n.getChannelId()).thenReturn(channel.getId());
/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
H A DProgramTest.java226 assertEquals(programA.getChannelId(), programB.getChannelId());
H A DPreviewProgramTest.java323 assertEquals(programA.getChannelId(), programB.getChannelId());
H A DPreviewChannelHelperTest.java120 assertEquals(programA.getChannelId(), programB.getChannelId());
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java136 ? "c:" + notification.getChannelId()
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
H A DNotificationCompatTest.java123 assertEquals(channelId, NotificationCompat.getChannelId(n));
125 assertNull(NotificationCompat.getChannelId(n));
135 assertEquals(channelId, NotificationCompat.getChannelId(n));
137 assertNull(NotificationCompat.getChannelId(n));
/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java618 localForegroundNoti.getChannelId());
653 localForegroundNoti.getChannelId()) == null) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1047 if (notification.getChannelId() != null) {
H A DNotificationManagerService.java4024 String channelId = notification.getChannelId();
4025 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) {
4026 channelId = (new Notification.TvExtender(notification)).getChannelId();
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java5210 public static String getChannelId(Notification notification) { method in class:NotificationCompat
5212 return notification.getChannelId();
/frameworks/base/core/java/android/app/
H A DNotification.java2850 proto.write(NotificationProto.CHANNEL_ID, getChannelId());
2873 sb.append(getChannelId());
3004 public String getChannelId() { method in class:Notification
9540 public String getChannelId() { method in class:Notification.TvExtender
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 242 milliseconds