Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java201 private boolean mImportanceFixed; field in NotificationRecord
860 mImportanceFixed = fixed; in setImportanceFixed()
864 return mImportanceFixed; in isImportanceFixed()
878 && !mImportanceFixed) { in calculateImportance()