Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java80 public NotificationChannel getNotificationChannel() { in getNotificationChannel() method in ConversationChannelWrapper
/frameworks/base/core/java/android/app/people/
DConversationChannel.java123 public NotificationChannel getNotificationChannel() { in getNotificationChannel() method in ConversationChannel
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java26 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId); in getNotificationChannel() method
DRankingConfig.java49 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel() method
DPreferencesHelper.java1129 public NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, in getNotificationChannel() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java953 public NotificationChannel getNotificationChannel(String channelId) { in getNotificationChannel() method in NotificationManager
972 public @Nullable NotificationChannel getNotificationChannel(@NonNull String channelId, in getNotificationChannel() method in NotificationManager
DINotificationManager.aidl106 …NotificationChannel getNotificationChannel(String callingPkg, int userId, String pkg, String chann… in getNotificationChannel() method