Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedViewManager.kt29 fun setAppBubbleTaskId(key: String, taskId: Int) in setOverflowListener() method
70 override fun setAppBubbleTaskId(key: String, taskId: Int) { in setOverflowListener() method
71 controller.setAppBubbleTaskId(key, taskId) in setOverflowListener()
DBubbleTaskViewHelper.java166 mExpandedViewManager.setAppBubbleTaskId(mBubble.getKey(), mTaskId);
DBubbleController.java1506 public void setAppBubbleTaskId(String key, int taskId) { in setAppBubbleTaskId() method in BubbleController
1507 mImpl.mCachedState.setAppBubbleTaskId(key, taskId); in setAppBubbleTaskId()
2538 synchronized void setAppBubbleTaskId(String key, int taskId) { in setAppBubbleTaskId() method in BubbleController.BubblesImpl.CachedState
DBubbleExpandedView.java287 mManager.setAppBubbleTaskId(mBubble.getKey(), mTaskId);
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt454 override fun setAppBubbleTaskId(key: String, taskId: Int) {} in <lambda>() method in com.android.wm.shell.bubbles.BubbleStackViewTest.FakeBubbleExpandedViewManager