Home
last modified time | relevance | path

Searched refs:canBubble (Results 1 – 17 of 17) 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()
185 tweak.canBubble() in testRankingUpdate_equals()
261 canBubble(i) in generateUpdate()
362 private boolean canBubble(int index) { in canBubble() method in NotificationListenerServiceTest
398 assertEquals(comment, a.canBubble(), b.canBubble()); in detailedAssertEquals()
DPreferencesHelperTest.java908 assertEquals(channel.canBubble(), savedChannel.canBubble()); in testCreateChannel_CannotChangeHiddenFields()
939 assertEquals(channel.canBubble(), savedChannel.canBubble()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1478 newChannel.setAllowBubbles(!channel.canBubble()); in testCreateChannel_alreadyExists()
2488 mHelper.getNotificationChannel(PKG_O, UID_O, a.getId(), false).canBubble()); in testUpdateNotificationChannel_oemLockedImportance()
2635 mHelper.getNotificationChannel(PKG_O, UID_O, a.getId(), false).canBubble()); in testUpdateNotificationChannel_defaultAppLockedImportance()
DNotificationManagerServiceTest.java513 r.setAllowBubble(!r.canBubble()); in getSignalExtractorSideEffects()
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java51 record.setAllowBubble(record.getChannel().canBubble() && appCanShowBubble); in process()
DPreferencesHelper.java1416 if (original.canBubble() != update.canBubble()) { in lockFieldsForUpdateLocked()
DNotificationRecord.java1009 public boolean canBubble() { in canBubble() method in NotificationRecord
DNotificationManagerService.java4847 boolean canBubble = intentCanBubble
4850 && r.getChannel().canBubble()
4874 return canBubble && (notificationAppropriateToBubble || appIsForeground || bubbleUpdate);
6194 allowBubbles[i] = r.canBubble();
6212 || allowBubbles[i] != r.canBubble()
7292 record.canBubble()
/frameworks/base/core/java/android/app/
DNotificationChannel.java614 public boolean canBubble() { in canBubble() method in NotificationChannel
850 if (canBubble() != DEFAULT_ALLOW_BUBBLE) { in writeXml()
851 out.attribute(null, ATT_ALLOW_BUBBLE, Boolean.toString(canBubble())); in writeXml()
898 record.put(ATT_ALLOW_BUBBLE, canBubble()); in toJson()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java155 public boolean canBubble; field in NotificationEntry
206 canBubble = ranking.canBubble(); in populateFromRanking()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java183 row.getEntry().canBubble = true; in createBubble()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java151 if (!entry.canBubble) { in shouldBubbleUp()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1762 public boolean canBubble() { in canBubble() method in NotificationListenerService.Ranking
1782 ArrayList<CharSequence> smartReplies, boolean canBubble) { in populate() argument
1802 mCanBubble = canBubble; in populate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java217 if (!mTmpRanking.canBubble()) { in notificationRankingUpdated()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java623 overrides.getBoolean(OVERRIDE_BUBBLE, outRanking.canBubble())); in getRanking()
/frameworks/base/config/
Dboot-image-profile.txt13251 HSPLandroid/service/notification/NotificationListenerService$RankingMap;->canBubble(Ljava/lang/Stri…
42427 HSPLandroid/service/notification/NotificationListenerService$Ranking;->canBubble()Z
/frameworks/base/api/
Dcurrent.txt5754 method public boolean canBubble();
41549 method public boolean canBubble();