Home
last modified time | relevance | path

Searched defs:TestJob (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestJob.java35 public class TestJob extends Job { class
42 TestJob(Context service, Listener listener, String id, @OpType int opType, DocumentStack stack, in TestJob() method in TestJob
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DJobDisposeStressTest.kt76 private class TestJob : JobSupport(active = true) in <lambda>() class in kotlinx.coroutines.JobDisposeStressTest
/aosp_15_r20/external/cronet/net/base/
H A Dprioritized_dispatcher_unittest.cc36 class TestJob : public PrioritizedDispatcher::Job { class in net::__anonc87dac8f0111::PrioritizedDispatcherTest
38 TestJob(PrioritizedDispatcher* dispatcher, in TestJob() function in net::__anonc87dac8f0111::PrioritizedDispatcherTest::TestJob
/aosp_15_r20/cts/tests/tests/app.usage/src/android/app/usage/cts/
H A DTestJob.java28 public final class TestJob extends JobService { class
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
H A DSharedFlowScenarioTest.kt260 private data class TestJob(val job: Job, val name: String) { in <lambda>() dataClass