| /core/core/src/androidTest/java/androidx/core/app/ |
| D | NotificationManagerCompatTest.java | 153 mPlatformNotificationManager.createNotificationChannel(channel); in testGetNotificationChannel() 200 mPlatformNotificationManager.createNotificationChannel(channel); in testGetNotificationChannelGroup() 253 notificationManager.createNotificationChannel( in testCreateNotificationChannel() 284 notificationManager.createNotificationChannel(channel); in testCreateNotificationChannelWithParams() 319 notificationManager.createNotificationChannel(channel); in testUpdateNotificationChannelWithParams() 345 notificationManager.createNotificationChannel(channel); in testUpdateNotificationChannelWithParams() 395 notificationManager.createNotificationChannel(notificationChannel); in testCreateNotificationChannelGroupWithParams() 516 notificationManager.createNotificationChannel( in testCreateNotificationChannelCompat() 545 notificationManager.createNotificationChannel( in testCreateNotificationChannelCompatWithParams() 609 notificationManager.createNotificationChannel( in testCreateNotificationChannelGroupCompatWithParams() [all …]
|
| D | NotificationCompatTest.java | 3673 notificationManager.createNotificationChannel(channel); in makeMessagingStyleNotifications()
|
| /core/core/src/main/java/androidx/core/app/ |
| D | NotificationManagerCompat.java | 422 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManagerCompat 424 Api26Impl.createNotificationChannel(mNotificationManager, channel); in createNotificationChannel() 448 public void createNotificationChannel(@NonNull NotificationChannelCompat channel) { in createNotificationChannel() method in NotificationManagerCompat 449 createNotificationChannel(channel.getNotificationChannel()); in createNotificationChannel() 1280 static void createNotificationChannel(NotificationManager notificationManager, in createNotificationChannel() method in NotificationManagerCompat.Api26Impl 1282 notificationManager.createNotificationChannel(channel); in createNotificationChannel()
|
| D | NotificationChannelCompat.java | 309 NotificationChannel channel = Api26Impl.createNotificationChannel(mId, mName, mImportance); in getNotificationChannel() 514 static NotificationChannel createNotificationChannel(String id, CharSequence name, in createNotificationChannel() method in NotificationChannelCompat.Api26Impl
|
| /core/core-telecom/integration-tests/testapp/src/main/java/androidx/core/telecom/test/ |
| D | NotificationsUtilities.kt | 164 nm.createNotificationChannel(channel) in initNotificationChannel()
|
| /core/core/api/ |
| D | 1.5.0-beta02.txt | 726 method public void createNotificationChannel(android.app.NotificationChannel); 727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.5.0-beta03.txt | 726 method public void createNotificationChannel(android.app.NotificationChannel); 727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.5.0-beta01.txt | 726 method public void createNotificationChannel(android.app.NotificationChannel); 727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.6.0-beta03.txt | 726 method public void createNotificationChannel(android.app.NotificationChannel); 727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.6.0-beta01.txt | 726 method public void createNotificationChannel(android.app.NotificationChannel); 727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.6.0-beta02.txt | 726 method public void createNotificationChannel(android.app.NotificationChannel); 727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.8.0-beta02.txt | 745 method public void createNotificationChannel(android.app.NotificationChannel); 746 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.7.0-beta03.txt | 734 method public void createNotificationChannel(android.app.NotificationChannel); 735 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.7.0-beta01.txt | 734 method public void createNotificationChannel(android.app.NotificationChannel); 735 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.7.0-beta02.txt | 734 method public void createNotificationChannel(android.app.NotificationChannel); 735 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.10.0-beta01.txt | 782 method public void createNotificationChannel(android.app.NotificationChannel); 783 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.11.0-beta02.txt | 800 method public void createNotificationChannel(android.app.NotificationChannel); 801 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.9.0-beta01.txt | 751 method public void createNotificationChannel(android.app.NotificationChannel); 752 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.11.0-beta01.txt | 800 method public void createNotificationChannel(android.app.NotificationChannel); 801 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | restricted_1.6.0-beta02.txt | 808 method public void createNotificationChannel(android.app.NotificationChannel); 809 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.13.0-beta01.txt | 814 method public void createNotificationChannel(android.app.NotificationChannel); 815 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | restricted_1.6.0-beta01.txt | 808 method public void createNotificationChannel(android.app.NotificationChannel); 809 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | 1.12.0-beta01.txt | 810 method public void createNotificationChannel(android.app.NotificationChannel); 811 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | restricted_1.6.0-beta03.txt | 808 method public void createNotificationChannel(android.app.NotificationChannel); 809 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|
| D | restricted_1.5.0-beta01.txt | 808 method public void createNotificationChannel(android.app.NotificationChannel); 809 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
|