Searched refs:shouldBubble (Results 1 – 4 of 4) sorted by relevance
98 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() argument100 if (!shouldBubble) { in setFlagBubble()
1477 boolean shouldBubble = shouldBubbleUp && canLaunchInTaskView(mContext, entry); in onEntryUpdated()1478 if (!shouldBubble && mBubbleData.hasAnyBubbleWithKey(entry.getKey())) { in onEntryUpdated()1481 } else if (shouldBubble && entry.isBubble()) { in onEntryUpdated()
565 public void onUserChangedBubble(@NonNull final NotificationEntry entry, boolean shouldBubble) {573 entry.setFlagBubble(shouldBubble);579 mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);586 channel.setAllowBubbles(shouldBubble);589 if (shouldBubble && currentPref == BUBBLE_PREFERENCE_NONE) {597 if (shouldBubble) {
436 public boolean setFlagBubble(boolean shouldBubble) { in setFlagBubble() argument438 if (!shouldBubble) { in setFlagBubble()