Searched refs:getBubbleWithShortcutId (Results 1 – 5 of 5) sorted by relevance
216 when(mBubblesManager.getBubbleWithShortcutId(any())).thenReturn(null); in testBubbleEntryOpensBubbleAndDoesNotClearNotification()231 verify(mBubblesManager, times(1)).getBubbleWithShortcutId(any()); in testBubbleEntryOpensBubbleAndDoesNotClearNotification()260 when(mBubblesManager.getBubbleWithShortcutId(any())).thenReturn(bubble); in testBubbleWithNoNotifOpensBubble()
169 Bubble getBubbleWithShortcutId(String shortcutId); in getBubbleWithShortcutId() method
2570 public synchronized Bubble getBubbleWithShortcutId(String id) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl.CachedState2609 public Bubble getBubbleWithShortcutId(String shortcutId) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl2610 return mCachedState.getBubbleWithShortcutId(shortcutId); in getBubbleWithShortcutId()
143 mBubble = mBubblesManagerOptional.get().getBubbleWithShortcutId(tileId); in onCreate()
584 public Bubble getBubbleWithShortcutId(String shortcutId) {585 return mBubbles.getBubbleWithShortcutId(shortcutId);