Home
last modified time | relevance | path

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

123

/core/core/src/androidTest/java/androidx/core/app/
DNotificationManagerCompatTest.java115 List<NotificationChannelGroup> groups = notificationManager.getNotificationChannelGroups(); in clean()
206 assertTrue(mPlatformNotificationManager.getNotificationChannelGroups() in testGetNotificationChannelGroup()
470 int groupsBefore = mPlatformNotificationManager.getNotificationChannelGroups().size(); in testCreateNotificationChannelGroups()
479 mPlatformNotificationManager.getNotificationChannelGroups().size()); in testCreateNotificationChannelGroups()
716 int groupsBefore = notificationManager.getNotificationChannelGroups().size(); in testCreateNotificationChannelGroupsCompat()
722 assertEquals(0, notificationManager.getNotificationChannelGroups().size()); in testCreateNotificationChannelGroupsCompat()
728 notificationManager.getNotificationChannelGroups().size()); in testCreateNotificationChannelGroupsCompat()
884 assertTrue(mPlatformNotificationManager.getNotificationChannelGroups() in testDeleteNotificationChannelGroup()
1068 assertTrue(mPlatformNotificationManager.getNotificationChannelGroups() in testGetNotificationChannelGroups()
1074 .getNotificationChannelGroups(); in testGetNotificationChannelGroups()
[all …]
/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java674 for (NotificationChannelGroup group : getNotificationChannelGroups()) { in getNotificationChannelGroup()
739 public @NonNull List<NotificationChannelGroup> getNotificationChannelGroups() { in getNotificationChannelGroups() method in NotificationManagerCompat
741 return Api26Impl.getNotificationChannelGroups(mNotificationManager); in getNotificationChannelGroups()
753 List<NotificationChannelGroup> groups = getNotificationChannelGroups(); in getNotificationChannelGroupsCompat()
1310 static List<NotificationChannelGroup> getNotificationChannelGroups( in getNotificationChannelGroups() method in NotificationManagerCompat.Api26Impl
1312 return notificationManager.getNotificationChannelGroups(); in getNotificationChannelGroups()
/core/core/api/
D1.1.0-rc01.txt598 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.1.0-beta02.txt598 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.1.0-beta01.txt598 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.2.0-beta01.txt634 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.3.0-beta01.txt636 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.2.0-beta02.txt634 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.5.0-beta02.txt746 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.5.0-beta03.txt746 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
Drestricted_1.1.0-beta01.txt671 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
Drestricted_1.1.0-rc01.txt671 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.5.0-beta01.txt746 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.6.0-beta03.txt746 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.6.0-beta01.txt746 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.6.0-beta02.txt746 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
Drestricted_1.3.0-beta01.txt711 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
Drestricted_1.2.0-beta01.txt709 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.8.0-beta02.txt765 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
Drestricted_1.2.0-beta02.txt709 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.7.0-beta03.txt754 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.7.0-beta01.txt754 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.7.0-beta02.txt754 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.10.0-beta01.txt802 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();
D1.11.0-beta02.txt822 …method public java.util.List<android.app.NotificationChannelGroup!> getNotificationChannelGroups();

123