Home
last modified time | relevance | path

Searched defs:job (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2180/
Dpoc.c55 ipp_t *job = ippNew(); in main() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTimeout.java139 public <T> T run(String description, Callable<T> job) throws Exception { in run()
157 public <T> T run(String description, long retryMs, Callable<T> job) throws Exception { in run()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2228/
Dpoc.c73 ipp_t *job = ippNew(); in main() local
/cts/tests/app/FgsStartTest/helper/src/android/app/fgsstarttesthelper/
DFgsNewLogicTest.java55 final var job = new JobInfo.Builder(JOB_ID, new ComponentName(context, Fgs.class)) in runTest() local
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTimingConstraintsTest.java92 JobInfo job = new JobInfo.Builder(ZERO_DELAY_JOB_ID, kJobServiceComponent) in testExplicitZeroLatency() local
DJobInfoTest.java119 private int getBias(JobInfo job) throws Exception { in getBias()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java600 JobInfo job = builder.build(); in testScheduledJob() local
618 JobInfo job = builder.build(); in testScheduledJob_CancelledJob() local
637 JobInfo job = new JobInfo.Builder(priority, name) in testScheduledJobPriority() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
DCameraIntentsActivity.java615 JobInfo job = makeJobInfo(TEST_JOB_TYPES[stageIndex]); in onClick() local