Home
last modified time | relevance | path

Searched refs:work (Results 1 – 8 of 8) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DEnqueueJobWorkTest.java79 JobWorkItem work = received.get(i); in compareWork() local
88 + work); in compareWork()
90 if (!intentEquals(work.getIntent(), expectedArray.get(i).intent)) { in compareWork()
91 … fail("Received work #" + i + " " + work.getIntent() + " but expected " + expected[i]); in compareWork()
93 if (work.getDeliveryCount() != expectedArray.get(i).deliveryCount) { in compareWork()
94 fail("Received work #" + i + " " + work.getIntent() + " delivery count is " in compareWork()
95 + work.getDeliveryCount() + " but expected " in compareWork()
110 TestWorkItem[] work = new TestWorkItem[] { new TestWorkItem(work1) }; in testEnqueueOneWork() local
112 kTestEnvironment.setExpectedWork(work); in testEnqueueOneWork()
117 compareWork(work, kTestEnvironment.getLastReceivedWork()); in testEnqueueOneWork()
[all …]
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java101 JobWorkItem work; in onStartJob() local
103 while ((work = params.dequeueWork()) != null) { in onStartJob()
104 Log.i(TAG, "Received work #" + index + ": " + work.getIntent()); in onStartJob()
105 mReceivedWork.add(work); in onStartJob()
109 int grantFlags = work.getIntent().getFlags(); in onStartJob()
181 mParams.completeWork(work); in onStartJob()
429 public void setExpectedWork(TestWorkItem[] work) { in setExpectedWork() argument
430 mExpectedWork = work; in setExpectedWork()
/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java717 final int expectedVideoQuality, final Work work) { in assertVideoQualityReceived() argument
719 work, in assertVideoQualityReceived()
744 final int expectedEvent, final Work work) { in assertCallSessionEventReceived() argument
746 work, in assertCallSessionEventReceived()
771 final int expectedWidth, final Work work) { in assertPeerWidthChanged() argument
773 work, in assertPeerWidthChanged()
955 final int expected, final Work work) { in assertRequestVideoProfileReceived() argument
957 work, in assertRequestVideoProfileReceived()
DBaseTelecomTestWithMockServices.java1029 void doWorkAndWaitUntilConditionIsTrueOrTimeout(Work work, Condition condition, long timeout, in doWorkAndWaitUntilConditionIsTrueOrTimeout() argument
1032 work.doWork(); in doWorkAndWaitUntilConditionIsTrueOrTimeout()
1036 work.doWork(); in doWorkAndWaitUntilConditionIsTrueOrTimeout()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dcamera_response_fast.rsh20 // The typical work flow is to first remove the response from a photograph,
Dcamera_response.rsh20 // The typical work flow is to first remove the response from a photograph,
/cts/hostsidetests/security/securityPatch/CVE-2016-8448/
Dmtkfb.h337 struct work_struct work; member
/cts/hostsidetests/theme/
DREADME70 native density; however, many of the tests will also work in a scaled density.