Searched refs:mockExecutorHandler (Results 1 – 10 of 10) sorted by relevance
36 val handler = mockExecutorHandler(fakeExecutor) in testNoDelay()83 val handler = mockExecutorHandler(fakeExecutor) in testDelayed()116 val handler = mockExecutorHandler(fakeExecutor) in testAtTime()148 val handler = mockExecutorHandler(fakeExecutor) in testRemoveCallback_postDelayed()169 val handler = mockExecutorHandler(fakeExecutor) in testRemoveCallback_postAtTime()191 val handler = mockExecutorHandler(fakeExecutor) in testRemoveCallback_mixed_allRemoved()210 val handler = mockExecutorHandler(fakeExecutor) in testRemoveCallback_differentRunnables_onlyMatchingRemoved()234 val handler = mockExecutorHandler(fakeExecutor) in testRemoveMessages_fails()
21 import com.android.systemui.util.concurrency.mockExecutorHandler23 val Kosmos.fakeExecutorHandler by Kosmos.Fixture { mockExecutorHandler(fakeExecutor) } in <lambda>()
33 import com.android.systemui.util.concurrency.mockExecutorHandler43 mainHandler = mockExecutorHandler(executor = fakeExecutor), in <lambda>()
32 import com.android.systemui.util.concurrency.mockExecutorHandler49 mockExecutorHandler(fakeExecutor), in <lambda>()
39 fun mockExecutorHandler(executor: Executor): Handler { in <lambda>() method
21 import static com.android.systemui.util.concurrency.MockExecutorHandlerKt.mockExecutorHandler;106 Handler handler = mockExecutorHandler(mFakeExecutor); in setUp()
43 import com.android.systemui.util.concurrency.mockExecutorHandler in <lambda>()117 mockExecutorHandler(mExecutor), in <lambda>()
58 import com.android.systemui.util.concurrency.mockExecutorHandler148 mockExecutorHandler(executor), in setUp()
58 import com.android.systemui.util.concurrency.mockExecutorHandler164 mockExecutorHandler(executor), in setUp()
330 done with `com.android.systemui.util.concurrency.mockExecutorHandler` in