Home
last modified time | relevance | path

Searched refs:getBubbleWithShortcutId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DLaunchConversationActivityTest.java188 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java132 Bubble getBubbleWithShortcutId(String shortcutId); in getBubbleWithShortcutId() method
DBubbleController.java1449 public synchronized Bubble getBubbleWithShortcutId(String id) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl.CachedState
1492 public Bubble getBubbleWithShortcutId(String shortcutId) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl
1493 return mCachedState.getBubbleWithShortcutId(shortcutId); in getBubbleWithShortcutId()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DLaunchConversationActivity.java130 mBubble = mBubblesManagerOptional.get().getBubbleWithShortcutId(tileId); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java673 public Bubble getBubbleWithShortcutId(String shortcutId) {
674 return mBubbles.getBubbleWithShortcutId(shortcutId);