Searched defs:createNotificationChannel (Results 1 – 6 of 6) sorted by relevance
91 private fun createNotificationChannel() = in <lambda>() method
146 private void createNotificationChannel(Context context, String appName) { in createNotificationChannel() method in AlertWindowNotification
47 boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
829 public boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method in PreferencesHelper
915 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManager
379 private static NotificationChannel createNotificationChannel(String id, String name, in createNotificationChannel() method in PreferencesHelperTest