Home
last modified time | relevance | path

Searched defs:getNotificationChannel (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java23 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId); in getNotificationChannel() method
DRankingConfig.java45 …NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, boolean includeD… in getNotificationChannel() method
DPreferencesHelper.java801 public NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DINotificationManager.aidl93 …NotificationChannel getNotificationChannel(String callingPkg, int userId, String pkg, String chann… in getNotificationChannel() method
DNotificationManager.java725 public NotificationChannel getNotificationChannel(String channelId) { in getNotificationChannel() method in NotificationManager