Home
last modified time | relevance | path

Searched refs:hasOverflowBubbleWithKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java660 assertTrue(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_inOverflow()
682 assertFalse(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())); in testRemoveBubble_withDismissedNotif_notInOverflow()
1477 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isTrue(); in testNotificationChannelModified_channelUpdated_removesOverflowBubble()
1485 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isFalse(); in testNotificationChannelModified_channelUpdated_removesOverflowBubble()
1503 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isTrue(); in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
1511 assertThat(mBubbleData.hasOverflowBubbleWithKey(entry.getKey())).isFalse(); in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
1769 assertThat(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())).isTrue(); in testNonInterruptiveUpdate_doesntBubbleFromOverflow()
1820 assertThat(mBubbleData.hasOverflowBubbleWithKey(mRow.getKey())).isTrue(); in testNonInterruptiveUpdate_doesntOverrideOverflowFlagBubble()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java303 return hasBubbleInStackWithKey(key) || hasOverflowBubbleWithKey(key) in hasAnyBubbleWithKey()
311 public boolean hasOverflowBubbleWithKey(String key) { in hasOverflowBubbleWithKey() method in BubbleData
685 if (hasOverflowBubbleWithKey(key) in doRemove()
DBubbleController.java1296 } else if (mBubbleData.hasOverflowBubbleWithKey(b.getKey())) { in expandStackAndSelectBubbleFromLauncher()
1324 } else if (mBubbleData.hasOverflowBubbleWithKey(b.getKey())) { in expandStackAndSelectBubble()
1616 && mBubbleData.hasOverflowBubbleWithKey(notif.getKey())) { in updateBubble()
2035 if (!mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())
DBubbleStackView.java2029 if (mBubbleData.hasOverflowBubbleWithKey(bubble.getKey())) { in removeBubble()