Home
last modified time | relevance | path

Searched refs:setAllowBubbles (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java541 mConversationChannel.setAllowBubbles(true); in testBindNotification_defaultSelected_notFave_notSilent()
573 mConversationChannel.setAllowBubbles(true); in testBindNotification_default_allCanBubble()
611 mConversationChannel.setAllowBubbles(false); in testBindNotification_priorityDnd()
640 mConversationChannel.setAllowBubbles(false); in testBindNotification_priorityBaseline()
676 mConversationChannel.setAllowBubbles(true); in testBindNotification_priorityDndAndBubble()
702 mConversationChannel.setAllowBubbles(false); in testFavorite()
748 mConversationChannel.setAllowBubbles(false); in testDefault()
836 mConversationChannel.setAllowBubbles(false); in testFavorite_andSave()
1014 mConversationChannel.setAllowBubbles(true); in testDefault_andSave()
1051 mConversationChannel.setAllowBubbles(true); in testDefault_andSave_doesNotChangeNonImportantBubbling()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java622 mChannelToUpdate.setAllowBubbles(true); in run()
640 mChannelToUpdate.setAllowBubbles(false); in run()
650 mChannelToUpdate.setAllowBubbles(false); in run()
/frameworks/base/core/java/android/app/
DNotificationChannel.java623 public void setAllowBubbles(boolean allowBubbles) { in setAllowBubbles() method in NotificationChannel
630 public void setAllowBubbles(int allowed) { in setAllowBubbles() method in NotificationChannel
987 setAllowBubbles(safeInt(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java159 mChannel.setAllowBubbles(channel); in setUpBubblesEnabled()
DPreferencesHelperTest.java1031 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFields()
1062 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1198 update.setAllowBubbles(true); in testLockFields_allowBubble()
1640 newChannel.setAllowBubbles(!channel.canBubble()); in testCreateChannel_alreadyExists()
2883 update.setAllowBubbles(false); in testUpdateNotificationChannel_oemLockedImportance()
3031 update.setAllowBubbles(false); in testUpdateNotificationChannel_defaultAppLockedImportance()
DNotificationManagerServiceTest.java710 mTestNotificationChannel.setAllowBubbles(channelEnabled); in setUpPrefsForBubbles()
7459 original.setAllowBubbles(!original.canBubble()); in createConversationNotificationChannel()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java310 channel.setAllowBubbles(allow); in onCommand()
DPreferencesHelper.java936 channel.setAllowBubbles(existing != null in createNotificationChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java733 channel.setAllowBubbles(shouldBubble);
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java709 updated.setAllowBubbles(true); in testOnNotificationChannelModified()
/frameworks/base/core/api/
Dcurrent.txt6176 method public void setAllowBubbles(boolean);