Searched refs:createAppBubble (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/ |
D | BubblePositionerTest.kt | 271 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testGetExpandedViewHeight_max() 419 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_phoneLandscape() 436 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_phonePortrait() 455 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_smallTabletLandscape() 473 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_smallTabletPortrait() 492 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_largeScreenLandscape() 510 val bubble = Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in testExpandedViewY_largeScreenPortrait()
|
D | BubbleStackViewTest.kt | 375 val bubble = Bubble.createAppBubble(intent, UserHandle(1), icon, directExecutor()) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubbleEducationControllerTest.kt | 130 Bubble.createAppBubble(intent, UserHandle(1), null, directExecutor()) in createFakeBubble()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
D | BubbleTest.java | 201 Bubble bubble = Bubble.createAppBubble(intent, new UserHandle(1 /* userId */), in testBubbleAsBubbleBarBubble_withoutShortcut()
|
D | BubbleDataTest.java | 190 mAppBubble = Bubble.createAppBubble( in setUp()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubble.java | 253 public static Bubble createAppBubble( in createAppBubble() method in Bubble
|
D | BubbleController.java | 1455 b = Bubble.createAppBubble(intent, user, icon, mMainExecutor); in showOrHideAppBubble()
|