Home
last modified time | relevance | path

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

123

/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java488 public void createNotificationChannels(@NonNull List<NotificationChannel> channels) { in createNotificationChannels() method in NotificationManagerCompat
490 Api26Impl.createNotificationChannels(mNotificationManager, channels); in createNotificationChannels()
509 Api26Impl.createNotificationChannels(mNotificationManager, platformChannels); in createNotificationChannelsCompat()
1290 static void createNotificationChannels( in createNotificationChannels() method in NotificationManagerCompat.Api26Impl
1292 notificationManager.createNotificationChannels(channels); in createNotificationChannels()
/core/core/src/androidTest/java/androidx/core/app/
DNotificationManagerCompatTest.java423 NotificationManagerCompat.from(mContext).createNotificationChannels(channels); in testCreateNotificationChannels()
475 notificationManager.createNotificationChannels(channels); in testCreateNotificationChannelGroups()
/core/core/api/
D1.1.0-rc01.txt590 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.1.0-beta02.txt590 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.1.0-beta01.txt590 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.2.0-beta01.txt626 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.3.0-beta01.txt628 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.2.0-beta02.txt626 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.5.0-beta02.txt732 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.5.0-beta03.txt732 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
Drestricted_1.1.0-beta01.txt663 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
Drestricted_1.1.0-rc01.txt663 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.5.0-beta01.txt732 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.6.0-beta03.txt732 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.6.0-beta01.txt732 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.6.0-beta02.txt732 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
Drestricted_1.3.0-beta01.txt703 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
Drestricted_1.2.0-beta01.txt701 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.8.0-beta02.txt751 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
Drestricted_1.2.0-beta02.txt701 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.7.0-beta03.txt740 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.7.0-beta01.txt740 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.7.0-beta02.txt740 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.10.0-beta01.txt788 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);
D1.11.0-beta02.txt806 method public void createNotificationChannels(java.util.List<android.app.NotificationChannel!>);

123