Home
last modified time | relevance | path

Searched refs:createNotificationChannel (Results 1 – 25 of 54) sorted by relevance

123

/core/core/src/androidTest/java/androidx/core/app/
DNotificationManagerCompatTest.java153 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 …]
DNotificationCompatTest.java3673 notificationManager.createNotificationChannel(channel); in makeMessagingStyleNotifications()
/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java422 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()
DNotificationChannelCompat.java309 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/
DNotificationsUtilities.kt164 nm.createNotificationChannel(channel) in initNotificationChannel()
/core/core/api/
D1.5.0-beta02.txt726 method public void createNotificationChannel(android.app.NotificationChannel);
727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.5.0-beta03.txt726 method public void createNotificationChannel(android.app.NotificationChannel);
727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.5.0-beta01.txt726 method public void createNotificationChannel(android.app.NotificationChannel);
727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.6.0-beta03.txt726 method public void createNotificationChannel(android.app.NotificationChannel);
727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.6.0-beta01.txt726 method public void createNotificationChannel(android.app.NotificationChannel);
727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.6.0-beta02.txt726 method public void createNotificationChannel(android.app.NotificationChannel);
727 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.8.0-beta02.txt745 method public void createNotificationChannel(android.app.NotificationChannel);
746 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.7.0-beta03.txt734 method public void createNotificationChannel(android.app.NotificationChannel);
735 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.7.0-beta01.txt734 method public void createNotificationChannel(android.app.NotificationChannel);
735 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.7.0-beta02.txt734 method public void createNotificationChannel(android.app.NotificationChannel);
735 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.10.0-beta01.txt782 method public void createNotificationChannel(android.app.NotificationChannel);
783 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.11.0-beta02.txt800 method public void createNotificationChannel(android.app.NotificationChannel);
801 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.9.0-beta01.txt751 method public void createNotificationChannel(android.app.NotificationChannel);
752 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.11.0-beta01.txt800 method public void createNotificationChannel(android.app.NotificationChannel);
801 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
Drestricted_1.6.0-beta02.txt808 method public void createNotificationChannel(android.app.NotificationChannel);
809 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.13.0-beta01.txt814 method public void createNotificationChannel(android.app.NotificationChannel);
815 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
Drestricted_1.6.0-beta01.txt808 method public void createNotificationChannel(android.app.NotificationChannel);
809 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
D1.12.0-beta01.txt810 method public void createNotificationChannel(android.app.NotificationChannel);
811 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
Drestricted_1.6.0-beta03.txt808 method public void createNotificationChannel(android.app.NotificationChannel);
809 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);
Drestricted_1.5.0-beta01.txt808 method public void createNotificationChannel(android.app.NotificationChannel);
809 method public void createNotificationChannel(androidx.core.app.NotificationChannelCompat);

123