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.java147 private void createNotificationChannel(Context context, String appName) { in createNotificationChannel() method in AlertWindowNotification
/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java42 boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method
DPreferencesHelper.java618 public boolean createNotificationChannel(String pkg, int uid, NotificationChannel channel, in createNotificationChannel() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java697 public void createNotificationChannel(@NonNull NotificationChannel channel) { in createNotificationChannel() method in NotificationManager