Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationComparatorTest.java113 mRecordMinCall.setUserImportance(NotificationManager.IMPORTANCE_MIN); in setUp()
122 mRecordHighCall.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
131 mRecordDefaultMedia.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
138 mRecordInlineReply.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
147 mRecordSms.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
155 mRecordStarredContact.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
162 mRecordContact.setUserImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
168 mRecordUrgent.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
178 mRecordCheater.setUserImportance(NotificationManager.IMPORTANCE_LOW); in setUp()
186 mRecordEmail.setUserImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DImportanceExtractor.java44 record.setUserImportance(record.getChannel().getImportance()); in process()
DNotificationRecord.java676 public void setUserImportance(int importance) { in setUserImportance() method in NotificationRecord