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.java86 JobWorkItem work = received.get(i); in compareWork() local
117 TestWorkItem[] work = new TestWorkItem[] { new TestWorkItem(work1) }; in testEnqueueOneWork() local
142 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueMultipleWork() local
177 TestWorkItem[] work = new TestWorkItem[]{ in testEnqueueMultipleSubWork() local
202 TestWorkItem[] work = new TestWorkItem[] { in testEnqueuedWorkNewConstraints() local
234 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueParallel2Work() local
255 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueParallel2ReverseWork() local
281 TestWorkItem[] work = new TestWorkItem[] { in testEnqueueMultipleParallelWork() local
444 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