/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() 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()
|
D | PreferencesHelperTest.java | 911 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()
|
D | NotificationManagerServiceTest.java | 523 r.setAllowBubble(!r.canBubble()); in getSignalExtractorSideEffects()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationInterruptionStateProviderTest.java | 488 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()
|
D | NotificationTestHelper.java | 190 row.getEntry().canBubble = true; in createBubble()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BubbleExtractor.java | 50 record.setAllowBubble(record.getChannel().canBubble() && appCanShowBubble); in process()
|
D | NotificationManagerService.java | 4973 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(),
|
D | PreferencesHelper.java | 1432 if (original.canBubble() != update.canBubble()) { in lockFieldsForUpdateLocked()
|
D | NotificationRecord.java | 979 public boolean canBubble() { in canBubble() method in NotificationRecord
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 155 public boolean canBubble; field in NotificationEntry 204 canBubble = ranking.canBubble(); in populateFromRanking()
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 617 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/ |
D | NotificationInterruptionStateProvider.java | 178 if (!entry.canBubble) { in shouldBubbleUp()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1765 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/ |
D | BubbleData.java | 241 if (!mTmpRanking.canBubble()) { in notificationRankingUpdated()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 687 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… 42426 HSPLandroid/service/notification/NotificationListenerService$Ranking;->canBubble()Z
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5757 method public boolean canBubble(); 41989 method public boolean canBubble();
|
/frameworks/base/api/ |
D | current.txt | 5757 method public boolean canBubble(); 42133 method public boolean canBubble();
|