Home
last modified time | relevance | path

Searched defs:work (Results 1 – 6 of 6) sorted by relevance

/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/
DEnqueueJobWorkTest.java79 JobWorkItem work = received.get(i); in compareWork() local
110 TestWorkItem[] work = new TestWorkItem[] { new TestWorkItem(work1) }; in testEnqueueOneWork() local
136 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueMultipleWork() local
172 TestWorkItem[] work = new TestWorkItem[]{ in testEnqueueMultipleSubWork() local
198 TestWorkItem[] work = new TestWorkItem[] { in testEnqueuedWorkNewConstraints() local
230 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueParallel2Work() local
252 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueParallel2ReverseWork() local
279 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueMultipleParallelWork() local
445 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueMultipleUriGrantWork() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java695 final int expectedVideoQuality, final Work work) { in assertVideoQualityReceived()
722 final int expectedEvent, final Work work) { in assertCallSessionEventReceived()
749 final int expectedWidth, final Work work) { in assertPeerWidthChanged()
933 final int expected, final Work work) { in assertRequestVideoProfileReceived()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp176 void checkBufferOK(std::unique_ptr<C2Work> &work) { in checkBufferOK()
252 std::unique_ptr<C2Work> &work, std::list<uint64_t> &flushedIndices, in workDone()
311 std::unique_ptr<C2Work> work; in decodeNFrames() local
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/
DMockJobService.java103 JobWorkItem work; in onStartJob() local
503 public void setExpectedWork(TestWorkItem[] work) { in setExpectedWork()
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java124 JobWorkItem work; in onStartJob() local
624 public void setExpectedWork(TestWorkItem[] work) { in setExpectedWork()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchRunner.java183 LaunchSequence.LaunchSequenceExecutionInfo work = launch.fold(); in run() local