Home
last modified time | relevance | path

Searched refs:getChannelId (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationTest.java64 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testStripsExtendersInLowRamMode()
65 assertNull(new Notification.TvExtender(after).getChannelId()); in testStripsExtendersInLowRamMode()
109 assertEquals("different channel", new Notification.TvExtender(before).getChannelId()); in testDoesNotStripsExtendersInNormalRamMode()
/frameworks/support/compat/tests/java/android/support/v4/app/
DNotificationCompatTest.java117 assertEquals(channelId, NotificationCompat.getChannelId(n)); in testNotificationChannel()
119 assertNull(NotificationCompat.getChannelId(n)); in testNotificationChannel()
129 assertEquals(channelId, NotificationCompat.getChannelId(n)); in testNotificationChannel_assignedFromBuilder()
131 assertNull(NotificationCompat.getChannelId(n)); in testNotificationChannel_assignedFromBuilder()
/frameworks/support/tv-provider/src/android/support/media/tv/
DPreviewProgram.java95 public long getChannelId() { in getChannelId() method in PreviewProgram
DProgram.java92 public long getChannelId() { in getChannelId() method in Program
/frameworks/support/tv-provider/tests/src/android/support/media/tv/
DProgramTest.java219 assertEquals(programA.getChannelId(), programB.getChannelId()); in compareProgram()
DPreviewProgramTest.java318 assertEquals(programA.getChannelId(), programB.getChannelId()); in compareProgram()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerNotificationWarningsTest.java118 assertTrue(captor.getValue().getChannelId() == NotificationChannels.BATTERY); in testShowLowBatteryNotification_BatteryChannel()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DHTTPHandler.java80 return ((OpenSSLSocketImpl) mSocket).getChannelId(); in getTLSUnique()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java136 ? "c:" + notification.getChannelId() in groupKey()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java488 localForegroundNoti.getChannelId()); in postNotification()
523 localForegroundNoti.getChannelId()) == null) { in postNotification()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java4708 public static String getChannelId(Notification notification) { in getChannelId() method in NotificationCompat
4710 return notification.getChannelId(); in getChannelId()
/frameworks/support/tv-provider/api/
Dcurrent.txt79 method public long getChannelId();
98 method public long getChannelId();
D26.0.0.txt79 method public long getChannelId();
98 method public long getChannelId();
/frameworks/base/core/java/android/app/
DNotification.java2446 sb.append(getChannelId()); in toString()
2577 public String getChannelId() { in getChannelId() method in Notification
8400 public String getChannelId() { in getChannelId() method in Notification.Builder.TvExtender
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3493 String channelId = notification.getChannelId();
3494 if (mIsTelevision && (new Notification.TvExtender(notification)).getChannelId() != null) {
3495 channelId = (new Notification.TvExtender(notification)).getChannelId();
/frameworks/support/compat/api/
Dcurrent.txt107 method public static java.lang.String getChannelId(android.app.Notification);
D26.0.0.txt113 method public static java.lang.String getChannelId(android.app.Notification);
/frameworks/support/api/
D26.1.0.txt1295 method public long getChannelId();
1314 method public long getChannelId();
6303 method public static java.lang.String getChannelId(android.app.Notification);
D26.0.0-beta2.txt1380 method public long getChannelId();
1396 method public long getChannelId();
6309 method public static java.lang.String getChannelId(android.app.Notification);
D26.0.0-beta1.txt1371 method public long getChannelId();
1387 method public long getChannelId();
D26.0.0-alpha1.txt1170 method public long getChannelId();
/frameworks/base/config/
Dboot-image-profile.txt840 HPLandroid/app/Notification;->getChannelId()Ljava/lang/String;
41618 HSPLcom/android/org/conscrypt/OpenSSLSocketImpl;->getChannelId()[B
/frameworks/base/api/
Dsystem-current.txt5311 method public java.lang.String getChannelId();
5672 method public java.lang.String getChannelId();
Dcurrent.txt5128 method public java.lang.String getChannelId();
Dtest-current.txt5141 method public java.lang.String getChannelId();