Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java516 mConversationChannel.setImportantConversation(true); in testBindNotification_silentSelected_isFave_isSilent()
544 mConversationChannel.setImportantConversation(false); in testBindNotification_defaultSelected_notFave_notSilent()
576 mConversationChannel.setImportantConversation(false); in testBindNotification_default_allCanBubble()
614 mConversationChannel.setImportantConversation(false); in testBindNotification_priorityDnd()
643 mConversationChannel.setImportantConversation(false); in testBindNotification_priorityBaseline()
679 mConversationChannel.setImportantConversation(false); in testBindNotification_priorityDndAndBubble()
708 mConversationChannel.setImportantConversation(false); in testFavorite()
754 mConversationChannel.setImportantConversation(false); in testDefault()
797 mConversationChannel.setImportantConversation(false); in testSilence()
842 mConversationChannel.setImportantConversation(false); in testFavorite_andSave()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconPack.java128 void setImportantConversation(boolean importantConversation) { in setImportantConversation() method in IconPack
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java632 mChannelToUpdate.setImportantConversation(true); in run()
651 mChannelToUpdate.setImportantConversation(false); in run()
661 mChannelToUpdate.setImportantConversation(false); in run()
/frameworks/base/core/java/android/app/
DNotificationChannel.java460 copy.setImportantConversation(mImportantConvo); in copy()
511 public void setImportantConversation(boolean importantConvo) { in setImportantConversation() method in NotificationChannel
1159 setImportantConversation(safeBool(parser, ATT_IMP_CONVERSATION, false)); in populateFromXml()
/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleSpaceTileTest.java281 notificationChannel.setImportantConversation(true); in testCreateFromConversationChannel()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeFilteringTest.java281 channel.setImportantConversation(true); in testConversation_importantAllowed_isImportant()
DPreferencesHelperTest.java2163 channel.setImportantConversation(true); in testCreateChannel_CannotChangeHiddenFields()
4992 channel2.setImportantConversation(true); in testGetConversations_all()
5073 channel2.setImportantConversation(true); in testGetConversations_notDemoted()
5102 channel.setImportantConversation(true); in testGetConversations_onlyImportant()
5108 diffConvo.setImportantConversation(true); in testGetConversations_onlyImportant()
5136 channel.setImportantConversation(true); in testGetConversations_parentDeleted()
5788 friend.setImportantConversation(true); in testPullPackageChannelPreferencesStats_conversation_priority()
DNotificationAttentionHelperTest.java2367 mChannel.setImportantConversation(true); in testBeepVolume_politeNotif_AvalancheStrategy_exempt_AttnUpdate()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationChannelTest.java608 original.setImportantConversation(true); in testCopy()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1722 channel.setImportantConversation(true); in testCannotDismissPriorityConversations()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1792 notificationChannel.setImportantConversation(importantConversation); in getConversationChannelWrapper()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java889 mNotificationChannel.setImportantConversation(true); in testNotificationChannelModified()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1069 channel.setImportantConversation(false); in createNotificationChannel()
/frameworks/base/core/api/
Dtest-current.txt379 method public void setImportantConversation(boolean);