Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java64 channel.setAllowBubbles(allow); in getNotificationRecord()
DPreferencesHelperTest.java891 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFields()
922 channel.setAllowBubbles(false); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1058 update.setAllowBubbles(false); in testLockFields_allowBubble()
1478 newChannel.setAllowBubbles(!channel.canBubble()); in testCreateChannel_alreadyExists()
2481 update.setAllowBubbles(false); in testUpdateNotificationChannel_oemLockedImportance()
2629 update.setAllowBubbles(false); in testUpdateNotificationChannel_defaultAppLockedImportance()
DNotificationManagerServiceTest.java430 mTestNotificationChannel.setAllowBubbles(channelEnabled); in setUpPrefsForBubbles()
/frameworks/base/core/java/android/app/
DNotificationChannel.java494 public void setAllowBubbles(boolean allowBubbles) { in setAllowBubbles() method in NotificationChannel
731 setAllowBubbles(safeBool(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml()
/frameworks/base/api/
Dcurrent.txt5771 method public void setAllowBubbles(boolean);