Home
last modified time | relevance | path

Searched refs:setAppBubbleTaskId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java1291 public void setAppBubbleTaskId(String key, int taskId) { in setAppBubbleTaskId() method in BubbleController
1292 mImpl.mCachedState.setAppBubbleTaskId(key, taskId); in setAppBubbleTaskId()
2201 synchronized void setAppBubbleTaskId(String key, int taskId) { in setAppBubbleTaskId() method in BubbleController.BubblesImpl.CachedState
H A DBubbleExpandedView.java295 mController.setAppBubbleTaskId(mBubble.getKey(), mTaskId);