Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationComparatorTest.java146 mRecordMinCallNonInterruptive.setSystemImportance(NotificationManager.IMPORTANCE_MIN); in setUp()
156 mRecordMinCall.setSystemImportance(NotificationManager.IMPORTANCE_MIN); in setUp()
166 mRecordHighCall.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
178 mRecordHighCallStyle.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
186 mRecordInlineReply.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
195 mRecordSms.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
203 mRecordStarredContact.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
210 mRecordContact.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
216 mRecordSystemMax.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
222 mRecordUrgent.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
[all …]
DNotificationAttentionHelperTest.java645 r.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in testLights()
783 r.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in testNoBeepForAutomotiveIfEffectsDisabled()
797 r.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in testNoBeepForImportanceDefaultInAutomotiveIfEffectsEnabled()
811 r.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in testBeepForImportanceHighInAutomotiveIfEffectsEnabled()
822 r.setSystemImportance(NotificationManager.IMPORTANCE_MIN); in testNoInterruptionForMin()
1447 r.setSystemImportance(IMPORTANCE_MIN); in testA11yMinInitialPost()
1523 r.setSystemImportance(IMPORTANCE_LOW); in testLightsUnimportant()
DNotificationRecordTest.java716 record.setSystemImportance(IMPORTANCE_HIGH); in testLogMakerImportanceSystem()
768 record.setSystemImportance(IMPORTANCE_HIGH); in testLogMakerImportanceMulti()
1132 record.setSystemImportance(IMPORTANCE_LOW); in testCalculateImportance_systemImportance()
1138 record.setSystemImportance(IMPORTANCE_LOW); in testCalculateImportance_systemImportance()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java850 public void setSystemImportance(int importance) { in setSystemImportance() method in NotificationRecord
DNotificationManagerService.java7481 r.setSystemImportance(IMPORTANCE_LOW);