Home
last modified time | relevance | path

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

123

/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java461 public void createNotificationChannelGroup(@NonNull NotificationChannelGroup group) { in createNotificationChannelGroup() method in NotificationManagerCompat
463 Api26Impl.createNotificationChannelGroup(mNotificationManager, group); in createNotificationChannelGroup()
476 public void createNotificationChannelGroup(@NonNull NotificationChannelGroupCompat group) { in createNotificationChannelGroup() method in NotificationManagerCompat
477 createNotificationChannelGroup(group.getNotificationChannelGroup()); in createNotificationChannelGroup()
1300 static void createNotificationChannelGroup(NotificationManager notificationManager, in createNotificationChannelGroup() method in NotificationManagerCompat.Api26Impl
1302 notificationManager.createNotificationChannelGroup(group); in createNotificationChannelGroup()
DNotificationChannelGroupCompat.java150 NotificationChannelGroup group = Api26Impl.createNotificationChannelGroup(mId, mName); in getNotificationChannelGroup()
221 static NotificationChannelGroup createNotificationChannelGroup(String id, in createNotificationChannelGroup() method in NotificationChannelGroupCompat.Api26Impl
/core/core/src/androidTest/java/androidx/core/app/
DNotificationManagerCompatTest.java199 mPlatformNotificationManager.createNotificationChannelGroup(group); in testGetNotificationChannelGroup()
369 notificationManager.createNotificationChannelGroup( in testCreateNotificationChannelGroup()
394 notificationManager.createNotificationChannelGroup(group); in testCreateNotificationChannelGroupWithParams()
579 notificationManager.createNotificationChannelGroup( in testCreateNotificationChannelGroupCompat()
604 notificationManager.createNotificationChannelGroup( in testCreateNotificationChannelGroupCompatWithParams()
879 mPlatformNotificationManager.createNotificationChannelGroup(group); in testDeleteNotificationChannelGroup()
1063 mPlatformNotificationManager.createNotificationChannelGroup(group); in testGetNotificationChannelGroups()
1092 nm.createNotificationChannelGroup(new NotificationChannelGroupCompat.Builder(groupId) in testGetNotificationChannelGroupsCompat()
/core/core/api/
D1.5.0-beta02.txt728 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
729 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.5.0-beta03.txt728 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
729 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.5.0-beta01.txt728 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
729 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.6.0-beta03.txt728 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
729 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.6.0-beta01.txt728 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
729 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.6.0-beta02.txt728 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
729 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.8.0-beta02.txt747 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
748 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.7.0-beta03.txt736 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
737 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.7.0-beta01.txt736 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
737 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.7.0-beta02.txt736 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
737 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.10.0-beta01.txt784 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
785 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.11.0-beta02.txt802 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
803 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.9.0-beta01.txt753 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
754 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.11.0-beta01.txt802 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
803 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
Drestricted_1.6.0-beta02.txt810 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
811 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.13.0-beta01.txt816 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
817 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
Drestricted_1.6.0-beta01.txt810 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
811 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.12.0-beta01.txt812 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
813 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
Drestricted_1.6.0-beta03.txt810 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
811 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
Drestricted_1.5.0-beta01.txt810 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
811 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
D1.15.0-beta01.txt819 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
820 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…
Drestricted_1.5.0-beta02.txt810 method public void createNotificationChannelGroup(android.app.NotificationChannelGroup);
811 …method public void createNotificationChannelGroup(androidx.core.app.NotificationChannelGroupCompat…

123