Home
last modified time | relevance | path

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

12

/core/core/src/main/java/androidx/core/app/
DNotificationChannelGroupCompat.java122 mChannels = getChannelsCompat(Api26Impl.getChannels(group)); in NotificationChannelGroupCompat()
208 public @NonNull List<NotificationChannelCompat> getChannels() { in getChannels() method in NotificationChannelGroupCompat
234 static List<NotificationChannel> getChannels( in getChannels() method in NotificationChannelGroupCompat.Api26Impl
236 return notificationChannelGroup.getChannels(); in getChannels()
/core/core/src/androidTest/java/androidx/core/app/
DNotificationManagerCompatTest.java376 assertTrue(result.getChannels().isEmpty()); in testCreateNotificationChannelGroup()
497 assertEquals(2, resultTwo.getChannels().size()); in testCreateNotificationChannelGroups()
498 assertTrue(listContains(resultTwo.getChannels(), in testCreateNotificationChannelGroups()
503 assertEquals(0, resultTwo.getChannels().size()); in testCreateNotificationChannelGroups()
592 assertTrue(result.getChannels().isEmpty()); in testCreateNotificationChannelGroupCompat()
737 assertEquals(1, resultOne.getChannels().size()); in testCreateNotificationChannelGroupsCompat()
738 assertTrue(listContainsCompat(resultOne.getChannels(), in testCreateNotificationChannelGroupsCompat()
743 assertEquals(0, resultOne.getChannels().size()); in testCreateNotificationChannelGroupsCompat()
755 assertEquals(2, resultTwo.getChannels().size()); in testCreateNotificationChannelGroupsCompat()
756 assertTrue(listContainsCompat(resultTwo.getChannels(), in testCreateNotificationChannelGroupsCompat()
[all …]
/core/core/api/
D1.5.0-beta02.txt220 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.5.0-beta03.txt220 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.5.0-beta01.txt220 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.6.0-beta03.txt220 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.6.0-beta01.txt220 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.6.0-beta02.txt220 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.8.0-beta02.txt229 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.7.0-beta03.txt222 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.7.0-beta01.txt222 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.7.0-beta02.txt222 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.10.0-beta01.txt233 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.11.0-beta02.txt234 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.9.0-beta01.txt233 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.11.0-beta01.txt234 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
Drestricted_1.6.0-beta02.txt265 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.13.0-beta01.txt247 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
Drestricted_1.6.0-beta01.txt265 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.12.0-beta01.txt243 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
Drestricted_1.6.0-beta03.txt265 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
Drestricted_1.5.0-beta01.txt265 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
D1.15.0-beta01.txt248 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
Drestricted_1.5.0-beta02.txt265 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();
Drestricted_1.5.0-beta03.txt265 method public java.util.List<androidx.core.app.NotificationChannelCompat!> getChannels();

12