Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java545 mConversationChannel.setAllowBubbles(true); in testBindNotification_defaultSelected_notFave_notSilent()
577 mConversationChannel.setAllowBubbles(true); in testBindNotification_default_allCanBubble()
615 mConversationChannel.setAllowBubbles(false); in testBindNotification_priorityDnd()
644 mConversationChannel.setAllowBubbles(false); in testBindNotification_priorityBaseline()
680 mConversationChannel.setAllowBubbles(true); in testBindNotification_priorityDndAndBubble()
706 mConversationChannel.setAllowBubbles(false); in testFavorite()
752 mConversationChannel.setAllowBubbles(false); in testDefault()
840 mConversationChannel.setAllowBubbles(false); in testFavorite_andSave()
1020 mConversationChannel.setAllowBubbles(true); in testDefault_andSave()
1058 mConversationChannel.setAllowBubbles(true); in testDefault_andSave_doesNotChangeNonImportantBubbling()
[all …]
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DBubbleHelper.java79 channel.setAllowBubbles(true); in BubbleHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java634 mChannelToUpdate.setAllowBubbles(true); in run()
652 mChannelToUpdate.setAllowBubbles(false); in run()
662 mChannelToUpdate.setAllowBubbles(false); in run()
/frameworks/base/core/java/android/app/
DNotificationChannel.java456 copy.setAllowBubbles(mAllowBubbles); in copy()
750 public void setAllowBubbles(boolean allowBubbles) { in setAllowBubbles() method in NotificationChannel
757 public void setAllowBubbles(int allowed) { in setAllowBubbles() method in NotificationChannel
1154 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.java2162 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFields()
2196 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
2339 update.setAllowBubbles(true); in testLockFields_allowBubble()
2896 newChannel.setAllowBubbles(!channel.canBubble()); in testCreateChannel_alreadyExists()
4196 update.setAllowBubbles(false); in testUpdateNotificationChannel_fixedPermission()
4216 update.setAllowBubbles(false); in testUpdateNotificationChannel_defaultApp()
4234 update.setAllowBubbles(false); in testUpdateNotificationChannel_fixedPermission_butUserPreviouslyBlockedIt()
4253 update.setAllowBubbles(false); in testUpdateNotificationChannel_fixedPermission_butAppAllowsIt()
4271 update.setAllowBubbles(false); in testUpdateNotificationChannel_notFixedPermission()
4471 update.setAllowBubbles(false); in testUpdateNotificationChannel_defaultAppLockedImportance()
[all …]
DNotificationManagerServiceTest.java1038 mTestNotificationChannel.setAllowBubbles(channelEnabled); in setUpPrefsForBubbles()
11135 original.setAllowBubbles(!original.canBubble());
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java318 channel.setAllowBubbles(allow); in onCommand()
DPreferencesHelper.java1066 channel.setAllowBubbles(existing != null in createNotificationChannel()
1288 conversation.setAllowBubbles(updatedParent.getAllowBubbles()); in maybeUpdateChildConversationChannel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java646 channel.setAllowBubbles(shouldBubble);
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationChannelTest.java604 original.setAllowBubbles(true); in testCopy()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java368 channel.setAllowBubbles(true); in testEventDispatchedWhenChannelChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java771 updated.setAllowBubbles(true); in testOnNotificationChannelModified()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6956 method public void setAllowBubbles(boolean);