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>()
20 import static com.android.systemui.util.concurrency.MockExecutorHandlerKt.mockExecutorHandler;48 super(context, logger, mockExecutorHandler(executor), globalSettings, systemClock, in TestableHeadsUpManager()
20 import static com.android.systemui.util.concurrency.MockExecutorHandlerKt.mockExecutorHandler;114 mockExecutorHandler(executor), in TestableHeadsUpManagerPhone()
39 fun mockExecutorHandler(executor: Executor): Handler { in <lambda>() method
21 import static com.android.systemui.util.concurrency.MockExecutorHandlerKt.mockExecutorHandler;104 Handler handler = mockExecutorHandler(mFakeExecutor); in setUp()
46 import com.android.systemui.util.concurrency.mockExecutorHandler in <lambda>()495 var mHandler = mockExecutorHandler { p0 -> p0.run() } in <lambda>()
55 import com.android.systemui.util.concurrency.mockExecutorHandler159 mockExecutorHandler(executor), in setUp()
330 done with `com.android.systemui.util.concurrency.mockExecutorHandler` in