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()
168 Bubble getBubbleWithShortcutId(String shortcutId); in getBubbleWithShortcutId() method
2233 public synchronized Bubble getBubbleWithShortcutId(String id) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl.CachedState2284 public Bubble getBubbleWithShortcutId(String shortcutId) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl2285 return mCachedState.getBubbleWithShortcutId(shortcutId); in getBubbleWithShortcutId()
143 mBubble = mBubblesManagerOptional.get().getBubbleWithShortcutId(tileId); in onCreate()
524 public Bubble getBubbleWithShortcutId(String shortcutId) {525 return mBubbles.getBubbleWithShortcutId(shortcutId);