Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DLaunchConversationActivityTest.java216 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java168 Bubble getBubbleWithShortcutId(String shortcutId); in getBubbleWithShortcutId() method
H A DBubbleController.java2233 public synchronized Bubble getBubbleWithShortcutId(String id) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl.CachedState
2284 public Bubble getBubbleWithShortcutId(String shortcutId) { in getBubbleWithShortcutId() method in BubbleController.BubblesImpl
2285 return mCachedState.getBubbleWithShortcutId(shortcutId); in getBubbleWithShortcutId()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java143 mBubble = mBubblesManagerOptional.get().getBubbleWithShortcutId(tileId); in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java524 public Bubble getBubbleWithShortcutId(String shortcutId) {
525 return mBubbles.getBubbleWithShortcutId(shortcutId);