Searched defs:getNotificationChannels (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingConfig.java47 ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, boolean includeDeleted); method in interface:RankingConfig
H A DRankingHelper.java899 public ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, method in class:RankingHelper
/frameworks/base/core/java/android/app/
H A DNotificationManager.java565 public List<NotificationChannel> getNotificationChannels() { method in class:NotificationManager
568 return service.getNotificationChannels(mContext.getPackageName()).getList();
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java734 public final List<NotificationChannel> getNotificationChannels(@NonNull String pkg, method in class:NotificationListenerService

Completed in 117 milliseconds