Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfoTest.java544 mConversationChannel.setAllowBubbles(true); in testBindNotification_defaultSelected_notFave_notSilent()
576 mConversationChannel.setAllowBubbles(true); in testBindNotification_default_allCanBubble()
614 mConversationChannel.setAllowBubbles(false); in testBindNotification_priorityDnd()
643 mConversationChannel.setAllowBubbles(false); in testBindNotification_priorityBaseline()
679 mConversationChannel.setAllowBubbles(true); in testBindNotification_priorityDndAndBubble()
705 mConversationChannel.setAllowBubbles(false); in testFavorite()
751 mConversationChannel.setAllowBubbles(false); in testDefault()
1019 mConversationChannel.setAllowBubbles(true); in testDefault_andSave()
1057 mConversationChannel.setAllowBubbles(true); in testDefault_andSave_doesNotChangeNonImportantBubbling()
1131 mConversationChannel.setAllowBubbles(true); in testSilence_andSave()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java635 mChannelToUpdate.setAllowBubbles(true); in run()
653 mChannelToUpdate.setAllowBubbles(false); in run()
663 mChannelToUpdate.setAllowBubbles(false); in run()
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DBubbleHelper.java79 channel.setAllowBubbles(true); in BubbleHelper()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java637 public void setAllowBubbles(boolean allowBubbles) { in setAllowBubbles() method in NotificationChannel
644 public void setAllowBubbles(int allowed) { in setAllowBubbles() method in NotificationChannel
983 setAllowBubbles(safeInt(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBubbleExtractorTest.java159 mChannel.setAllowBubbles(channel); in setUpBubblesEnabled()
H A DPreferencesHelperTest.java1968 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFields()
2002 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
2145 update.setAllowBubbles(true); in testLockFields_allowBubble()
3958 update.setAllowBubbles(false); in testUpdateNotificationChannel_fixedPermission()
3978 update.setAllowBubbles(false); in testUpdateNotificationChannel_defaultApp()
3996 update.setAllowBubbles(false); in testUpdateNotificationChannel_fixedPermission_butUserPreviouslyBlockedIt()
4015 update.setAllowBubbles(false); in testUpdateNotificationChannel_fixedPermission_butAppAllowsIt()
4033 update.setAllowBubbles(false); in testUpdateNotificationChannel_notFixedPermission()
4233 update.setAllowBubbles(false); in testUpdateNotificationChannel_defaultAppLockedImportance()
5228 parentUpdate.setAllowBubbles(true); in testUpdateConversationParent_updatesUnlockedFields()
[all …]
H A DNotificationManagerServiceTest.java842 mTestNotificationChannel.setAllowBubbles(channelEnabled); in setUpPrefsForBubbles()
9852 original.setAllowBubbles(!original.canBubble());
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java586 channel.setAllowBubbles(shouldBubble);
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java313 channel.setAllowBubbles(allow); in onCommand()
H A DPreferencesHelper.java1006 channel.setAllowBubbles(existing != null in createNotificationChannel()
1226 conversation.setAllowBubbles(updatedParent.getAllowBubbles()); in maybeUpdateChildConversationChannel()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java368 channel.setAllowBubbles(true); in testEventDispatchedWhenChannelChanged()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java771 updated.setAllowBubbles(true); in testOnNotificationChannelModified()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6747 method public void setAllowBubbles(boolean);