Home
last modified time | relevance | path

Searched refs:canBubble (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java95 assertFalse(r.canBubble()); in testAppYesChannelNo()
109 assertFalse(r.canBubble()); in testAppNoChannelYes()
123 assertTrue(r.canBubble()); in testAppYesChannelYes()
137 assertFalse(r.canBubble()); in testAppNoChannelNo()
151 assertFalse(r.canBubble()); in testAppYesChannelYesUserNo()
DNotificationListenerServiceTest.java118 assertEquals(canBubble(i), ranking.canBubble()); in testRanking()
186 tweak.canBubble(), in testRankingUpdate_equals()
263 canBubble(i), in generateUpdate()
365 private boolean canBubble(int index) { in canBubble() method in NotificationListenerServiceTest
405 assertEquals(comment, a.canBubble(), b.canBubble()); in detailedAssertEquals()
DPreferencesHelperTest.java911 assertEquals(channel.canBubble(), savedChannel.canBubble()); in testCreateChannel_CannotChangeHiddenFields()
942 assertEquals(channel.canBubble(), savedChannel.canBubble()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1481 newChannel.setAllowBubbles(!channel.canBubble()); in testCreateChannel_alreadyExists()
2467 mHelper.getNotificationChannel(PKG_O, UID_O, a.getId(), false).canBubble()); in testUpdateNotificationChannel_oemLockedImportance()
2614 mHelper.getNotificationChannel(PKG_O, UID_O, a.getId(), false).canBubble()); in testUpdateNotificationChannel_defaultAppLockedImportance()
DNotificationManagerServiceTest.java523 r.setAllowBubble(!r.canBubble()); in getSignalExtractorSideEffects()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInterruptionStateProviderTest.java488 entry.canBubble = false; in shouldBubbleUp_false_notAllowedToBubble()
501 entry.canBubble = true; in shouldBubbleUp_false_notABubble()
514 entry.canBubble = true; in shouldBubbleUp_false_invalidMetadata()
561 entry.canBubble = true; in createBubble()
DNotificationTestHelper.java190 row.getEntry().canBubble = true; in createBubble()
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java50 record.setAllowBubble(record.getChannel().canBubble() && appCanShowBubble); in process()
DNotificationManagerService.java4973 if (!canBubble(r, pkg, userId)) {
5033 private boolean canBubble(NotificationRecord r, String pkg, int userId) {
5053 if (!r.getChannel().canBubble()) {
5777 if (r.canBubble()) {
6012 } else if (record.canBubble()) {
6396 record.canBubble() && (interruptiveBefore != record.isInterruptive());
6432 allowBubbles[i] = r.canBubble();
6450 || allowBubbles[i] != r.canBubble()
7519 record.canBubble(),
DPreferencesHelper.java1432 if (original.canBubble() != update.canBubble()) { in lockFieldsForUpdateLocked()
DNotificationRecord.java979 public boolean canBubble() { in canBubble() method in NotificationRecord
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java155 public boolean canBubble; field in NotificationEntry
204 canBubble = ranking.canBubble(); in populateFromRanking()
/frameworks/base/core/java/android/app/
DNotificationChannel.java617 public boolean canBubble() { in canBubble() method in NotificationChannel
854 if (canBubble() != DEFAULT_ALLOW_BUBBLE) { in writeXml()
855 out.attribute(null, ATT_ALLOW_BUBBLE, Boolean.toString(canBubble())); in writeXml()
902 record.put(ATT_ALLOW_BUBBLE, canBubble()); in toJson()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java178 if (!entry.canBubble) { in shouldBubbleUp()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1765 public boolean canBubble() { in canBubble() method in NotificationListenerService.Ranking
1790 ArrayList<CharSequence> smartReplies, boolean canBubble, in populate() argument
1811 mCanBubble = canBubble; in populate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java241 if (!mTmpRanking.canBubble()) { in notificationRankingUpdated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java687 overrides.getBoolean(OVERRIDE_BUBBLE, outRanking.canBubble()), in getRanking()
/frameworks/base/config/
Dboot-image-profile.txt13251 HSPLandroid/service/notification/NotificationListenerService$RankingMap;->canBubble(Ljava/lang/Stri…
42426 HSPLandroid/service/notification/NotificationListenerService$Ranking;->canBubble()Z
/frameworks/base/non-updatable-api/
Dcurrent.txt5757 method public boolean canBubble();
41989 method public boolean canBubble();
/frameworks/base/api/
Dcurrent.txt5757 method public boolean canBubble();
42133 method public boolean canBubble();