Home
last modified time | relevance | path

Searched refs:hasUserSetImportance (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java340 mInitialImportanceExplanationCode = getChannel().hasUserSetImportance() in calculateInitialImportance()
375 || (!getChannel().hasUserSetImportance()))) { in calculateInitialImportance()
788 if (!getChannel().hasUserSetImportance() in calculateImportance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java279 if (channel != null && channel.hasUserSetImportance()) { in hasHighPriorityCharacteristics()
/frameworks/base/core/java/android/app/
DNotificationChannel.java685 public boolean hasUserSetImportance() { in hasUserSetImportance() method in NotificationChannel