Searched refs:mMockExecutor (Results 1 – 3 of 3) sorted by relevance
63 private Executor mMockExecutor; field in DeleteScreenshotReceiverTest72 new DeleteScreenshotReceiver(mMockScreenshotSmartActions, mMockExecutor); in setup()81 verify(mMockExecutor, never()).execute(any(Runnable.class)); in testNoUriProvided()130 verify(mMockExecutor).execute(any(Runnable.class)); in testNotifyScreenshotAction()
114 @Mock private ShellExecutor mMockExecutor; field in PipControllerTest129 }).when(mMockExecutor).execute(any()); in setUp()130 mShellInit = spy(new ShellInit(mMockExecutor)); in setUp()132 mMockExecutor)); in setUp()142 mMockOneHandedController, mMockExecutor); in setUp()224 ShellInit shellInit = new ShellInit(mMockExecutor); in createPip_notSupported_returnsNull()234 mMockOneHandedController, mMockExecutor)); in createPip_notSupported_returnsNull()
102 private ShellExecutor mMockExecutor; field in CompatUIControllerTest143 mShellInit = spy(new ShellInit(mMockExecutor)); in setUp()146 mMockSyncQueue, mMockExecutor, mMockTransitionsLazy, mDockStateReader, in setUp()