Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java49 …ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, boolean includ… in getNotificationChannels() method
DPreferencesHelper.java1079 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method in PreferencesHelper
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java756 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, in getNotificationChannels() method in NotificationListenerService
/frameworks/base/core/java/android/app/
DNotificationManager.java743 public List<NotificationChannel> getNotificationChannels() { in getNotificationChannels() method in NotificationManager
DINotificationManager.aidl96 ParceledListSlice getNotificationChannels(String callingPkg, String targetPkg, int userId); in getNotificationChannels() method