Searched refs:setUserImportance (Results 1 – 3 of 3) sorted by relevance
113 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 …]
44 record.setUserImportance(record.getChannel().getImportance()); in process()
676 public void setUserImportance(int importance) { in setUserImportance() method in NotificationRecord