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.java59 ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method
DPreferencesHelper.java1694 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, in getNotificationChannels() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DNotificationManager.java1019 public List<NotificationChannel> getNotificationChannels() { in getNotificationChannels() method in NotificationManager
DINotificationManager.aidl110 ParceledListSlice getNotificationChannels(String callingPkg, String targetPkg, int userId); in getNotificationChannels() method
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java904 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, in getNotificationChannels() method in NotificationListenerService