Searched defs:TestJob (Results 1 – 5 of 5) sorted by relevance
35 public class TestJob extends Job { class42 TestJob(Context service, Listener listener, String id, @OpType int opType, DocumentStack stack, in TestJob() method in TestJob
76 private class TestJob : JobSupport(active = true) in <lambda>() class in kotlinx.coroutines.JobDisposeStressTest
36 class TestJob : public PrioritizedDispatcher::Job { class in net::__anonc87dac8f0111::PrioritizedDispatcherTest38 TestJob(PrioritizedDispatcher* dispatcher, in TestJob() function in net::__anonc87dac8f0111::PrioritizedDispatcherTest::TestJob
28 public final class TestJob extends JobService { class
260 private data class TestJob(val job: Job, val name: String) { in <lambda>() dataClass