Searched refs:shouldBubble (Results 1 – 4 of 4) sorted by relevance
98 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() argument100 if (!shouldBubble) { in setFlagBubble()
1715 boolean shouldBubble = shouldBubbleUp && canLaunchInTaskView(mContext, entry); in onEntryUpdated()1716 if (!shouldBubble && mBubbleData.hasAnyBubbleWithKey(entry.getKey())) { in onEntryUpdated()1719 } else if (shouldBubble && entry.isBubble()) { in onEntryUpdated()
625 public void onUserChangedBubble(@NonNull final NotificationEntry entry, boolean shouldBubble) {633 entry.setFlagBubble(shouldBubble);639 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);646 channel.setAllowBubbles(shouldBubble);649 if (shouldBubble && currentPref == BUBBLE_PREFERENCE_NONE) {657 if (shouldBubble) {
454 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() argument456 if (!shouldBubble) { in setFlagBubble()