/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | BubbleExtractorTest.java | 95 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()
|
D | NotificationListenerServiceTest.java | 118 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()
|
D | PreferencesHelperTest.java | 908 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()
|
D | NotificationManagerServiceTest.java | 513 r.setAllowBubble(!r.canBubble()); in getSignalExtractorSideEffects()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BubbleExtractor.java | 51 record.setAllowBubble(record.getChannel().canBubble() && appCanShowBubble); in process()
|
D | PreferencesHelper.java | 1416 if (original.canBubble() != update.canBubble()) { in lockFieldsForUpdateLocked()
|
D | NotificationRecord.java | 1009 public boolean canBubble() { in canBubble() method in NotificationRecord
|
D | NotificationManagerService.java | 4847 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/ |
D | NotificationChannel.java | 614 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/ |
D | NotificationEntry.java | 155 public boolean canBubble; field in NotificationEntry 206 canBubble = ranking.canBubble(); in populateFromRanking()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationTestHelper.java | 183 row.getEntry().canBubble = true; in createBubble()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInterruptionStateProvider.java | 151 if (!entry.canBubble) { in shouldBubbleUp()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1762 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/ |
D | BubbleData.java | 217 if (!mTmpRanking.canBubble()) { in notificationRankingUpdated()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 623 overrides.getBoolean(OVERRIDE_BUBBLE, outRanking.canBubble())); in getRanking()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13251 HSPLandroid/service/notification/NotificationListenerService$RankingMap;->canBubble(Ljava/lang/Stri… 42427 HSPLandroid/service/notification/NotificationListenerService$Ranking;->canBubble()Z
|
/frameworks/base/api/ |
D | current.txt | 5754 method public boolean canBubble(); 41549 method public boolean canBubble();
|