Home
last modified time | relevance | path

Searched defs:canShowBadge (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java30 boolean canShowBadge(String packageName, int uid); in canShowBadge() method
DNotificationRecord.java987 public boolean canShowBadge() { in canShowBadge() method in NotificationRecord
DPreferencesHelper.java551 public boolean canShowBadge(String packageName, int uid) { in canShowBadge() method in PreferencesHelper
/frameworks/base/core/java/android/app/
DNotificationChannel.java600 public boolean canShowBadge() { in canShowBadge() method in NotificationChannel
DINotificationManager.aidl59 boolean canShowBadge(String pkg, int uid); in canShowBadge() method
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1734 public boolean canShowBadge() { in canShowBadge() method in NotificationListenerService.Ranking