Home
last modified time | relevance | path

Searched defs:createNotificationChannel (Results 1 – 2 of 2) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DNotificationManagerCompat.java422 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManagerCompat
448 public void createNotificationChannel(@NonNull NotificationChannelCompat channel) { in createNotificationChannel() method in NotificationManagerCompat
1280 static void createNotificationChannel(NotificationManager notificationManager, in createNotificationChannel() method in NotificationManagerCompat.Api26Impl
DNotificationChannelCompat.java514 static NotificationChannel createNotificationChannel(String id, CharSequence name, in createNotificationChannel() method in NotificationChannelCompat.Api26Impl