Searched refs:getBubbleWithShortcutId (Results 1 – 5 of 5) sorted by relevance
188 when(mBubblesManager.getBubbleWithShortcutId(any())).thenReturn(null); in testBubbleEntryOpensBubbleAndDoesNotClearNotification()201 verify(mBubblesManager, times(1)).getBubbleWithShortcutId(any()); in testBubbleEntryOpensBubbleAndDoesNotClearNotification()226 when(mBubblesManager.getBubbleWithShortcutId(any())).thenReturn(bubble); in testBubbleWithNoNotifOpensBubble()
132 Bubble getBubbleWithShortcutId(String shortcutId); in getBubbleWithShortcutId() method
1449 public synchronized Bubble getBubbleWithShortcutId(String id) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl.CachedState1492 public Bubble getBubbleWithShortcutId(String shortcutId) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl1493 return mCachedState.getBubbleWithShortcutId(shortcutId); in getBubbleWithShortcutId()
130 mBubble = mBubblesManagerOptional.get().getBubbleWithShortcutId(tileId); in onCreate()
673 public Bubble getBubbleWithShortcutId(String shortcutId) {674 return mBubbles.getBubbleWithShortcutId(shortcutId);