Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitTransitionTests.java108 final ShellExecutor mockExecutor = mock(ShellExecutor.class); in setup() local
109 doReturn(mockExecutor).when(mTransitions).getMainExecutor(); in setup()
110 doReturn(mockExecutor).when(mTransitions).getAnimExecutor(); in setup()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DLauncherModelHelper.java193 Executor mockExecutor = mock(Executor.class); in executeTaskForTest() local
198 task.init(app, model, dataModel, allAppsList, mockExecutor); in executeTaskForTest()
209 verify(mockExecutor, atLeast(0)).execute(captor.capture()); in executeTaskForTest()