Home
last modified time | relevance | path

Searched refs:selectBubble (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java464 void selectBubble(Bubble bubble) { in selectBubble() method in BubbleController
469 void selectBubble(String key) { in selectBubble() method in BubbleController
471 selectBubble(bubble); in selectBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java328 mBubbleController.selectBubble(mRow.getEntry().key); in testCollapseAfterChangingExpandedBubble()