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