Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java139 private void createNotificationChannel(Context context, String appName) { in createNotificationChannel() method in AlertWindowNotification
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java39 void createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
DRankingHelper.java532 public void createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method in RankingHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java440 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManager