Home
last modified time | relevance | path

Searched defs:getNotificationChannel (Results 1 – 6 of 6) 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.java48 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel() method
DPreferencesHelper.java1023 public NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel() method in PreferencesHelper
/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java79 public NotificationChannel getNotificationChannel() { in getNotificationChannel() method in ConversationChannelWrapper
/frameworks/base/core/java/android/app/
DNotificationManager.java847 public NotificationChannel getNotificationChannel(String channelId) { in getNotificationChannel() method in NotificationManager
866 public @Nullable NotificationChannel getNotificationChannel(@NonNull String channelId, in getNotificationChannel() method in NotificationManager
DINotificationManager.aidl99 …NotificationChannel getNotificationChannel(String callingPkg, int userId, String pkg, String chann… in getNotificationChannel() method