Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/garagemode/
DControllerTest.java171 Executor mockExecutor = mock(Executor.class); in testInitAndRelease() local
172 when(mContextMock.getMainExecutor()).thenReturn(mockExecutor); in testInitAndRelease()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DLauncherModelHelper.java196 Executor mockExecutor = mock(Executor.class); in executeTaskForTest() local
202 task.init(app, model, dataModel, allAppsList, mockExecutor); in executeTaskForTest()
213 verify(mockExecutor, atLeast(0)).execute(captor.capture()); in executeTaskForTest()