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.java535 mConversationChannel.setAllowBubbles(true); in testBindNotification_defaultSelected_notFave_notSilent()
566 mConversationChannel.setAllowBubbles(true); in testBindNotification_default_allCanBubble()
593 mConversationChannel.setAllowBubbles(false); in testFavorite()
638 mConversationChannel.setAllowBubbles(false); in testDefault()
724 mConversationChannel.setAllowBubbles(false); in testFavorite_andSave()
836 mConversationChannel.setAllowBubbles(true); in testDefault_andSave()
872 mConversationChannel.setAllowBubbles(true); in testDefault_andSave_doesNotChangeNonImportantBubbling()
944 mConversationChannel.setAllowBubbles(true); in testSilence_andSave()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java628 mChannelToUpdate.setAllowBubbles(true); in run()
645 mChannelToUpdate.setAllowBubbles(false); in run()
655 mChannelToUpdate.setAllowBubbles(false); in run()
/frameworks/base/core/java/android/app/
DNotificationChannel.java564 public void setAllowBubbles(boolean allowBubbles) { in setAllowBubbles() method in NotificationChannel
571 public void setAllowBubbles(int allowed) { in setAllowBubbles() method in NotificationChannel
901 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.java966 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFields()
997 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1133 update.setAllowBubbles(true); in testLockFields_allowBubble()
1571 newChannel.setAllowBubbles(!channel.canBubble()); in testCreateChannel_alreadyExists()
2693 update.setAllowBubbles(false); in testUpdateNotificationChannel_oemLockedImportance()
2841 update.setAllowBubbles(false); in testUpdateNotificationChannel_defaultAppLockedImportance()
DNotificationManagerServiceTest.java575 mTestNotificationChannel.setAllowBubbles(channelEnabled); in setUpPrefsForBubbles()
6493 original.setAllowBubbles(!original.canBubble()); in createConversationNotificationChannel()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java329 channel.setAllowBubbles(allow); in onCommand()
DPreferencesHelper.java897 channel.setAllowBubbles(existing != null in createNotificationChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java1158 channel.setAllowBubbles(shouldBubble); in onUserChangedBubble()
/frameworks/base/config/
Dboot-image-profile.txt2769 HSPLandroid/app/NotificationChannel;->setAllowBubbles(Z)V
/frameworks/base/api/
Dcurrent.txt5954 method public void setAllowBubbles(boolean);