Searched refs:FakeBubbleStateListener (Results 1 – 1 of 1) sorted by relevance
1888 FakeBubbleStateListener bubbleStateListener = new FakeBubbleStateListener(); in registerBubbleBarListener_barDisabled_largeScreen_shouldBeIgnored()1906 FakeBubbleStateListener bubbleStateListener = new FakeBubbleStateListener(); in registerBubbleBarListener_barEnabled_smallScreen_shouldBeIgnored()1928 FakeBubbleStateListener bubbleStateListener = new FakeBubbleStateListener(); in registerBubbleBarListener_switchToBarAndBackToStack()1954 FakeBubbleStateListener bubbleStateListener = new FakeBubbleStateListener(); in switchBetweenBarAndStack_noBubbles_shouldBeIgnored()1971 FakeBubbleStateListener bubbleStateListener = new FakeBubbleStateListener(); in bubbleBarBubbleExpandedAndCollapsed()2166 private static class FakeBubbleStateListener implements Bubbles.BubbleStateListener { class in BubblesTest