Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java786 assertTrue(record.getIsAppImportanceLocked()); in testAppImportance_returnsCorrectly()
789 assertFalse(record.getIsAppImportanceLocked()); in testAppImportance_returnsCorrectly()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1133 public boolean getIsAppImportanceLocked() { in getIsAppImportanceLocked() method in NotificationRecord
H A DNotificationManagerService.java6149 notificationRecord.getIsAppImportanceLocked());