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.java118 mRecordMinCallNonInterruptive.setSystemImportance(NotificationManager.IMPORTANCE_MIN); in setUp()
128 mRecordMinCall.setSystemImportance(NotificationManager.IMPORTANCE_MIN); in setUp()
138 mRecordHighCall.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
147 mRecordDefaultMedia.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
154 mRecordInlineReply.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
163 mRecordSms.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
171 mRecordStarredContact.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
178 mRecordContact.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in setUp()
184 mRecordUrgent.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in setUp()
194 mRecordCheater.setSystemImportance(NotificationManager.IMPORTANCE_LOW); in setUp()
[all …]
DBuzzBeepBlinkTest.java413 r.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in testLights()
463 r.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in testNoBeepForAutomotiveIfEffectsDisabled()
477 r.setSystemImportance(NotificationManager.IMPORTANCE_DEFAULT); in testNoBeepForImportanceDefaultInAutomotiveIfEffectsEnabled()
491 r.setSystemImportance(NotificationManager.IMPORTANCE_HIGH); in testBeepForImportanceHighInAutomotiveIfEffectsEnabled()
502 r.setSystemImportance(NotificationManager.IMPORTANCE_MIN); in testNoInterruptionForMin()
1107 r.setSystemImportance(IMPORTANCE_MIN); in testA11yMinInitialPost()
1168 r.setSystemImportance(IMPORTANCE_LOW); in testLightsUnimportant()
DNotificationRecordTest.java518 record.setSystemImportance(IMPORTANCE_HIGH); in testLogMakerImportanceSystem()
570 record.setSystemImportance(IMPORTANCE_HIGH); in testLogMakerImportanceMulti()
849 record.setSystemImportance(IMPORTANCE_LOW); in testCalculateImportance_systemImportance()
855 record.setSystemImportance(IMPORTANCE_LOW); in testCalculateImportance_systemImportance()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java723 public void setSystemImportance(int importance) { in setSystemImportance() method in NotificationRecord
DNotificationManagerService.java4867 r.setSystemImportance(IMPORTANCE_LOW);
4870 r.setSystemImportance(IMPORTANCE_LOW);