Home
last modified time | relevance | path

Searched refs:testPassed (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
DChargingConstraintTestActivity.java106 boolean testPassed; in testChargingConstraintFails_notCharging()
108 testPassed = mTestEnvironment.awaitTimeout(); in testChargingConstraintFails_notCharging()
110 testPassed = false; in testChargingConstraintFails_notCharging()
112 mDeviceUnpluggedTestPassed = testPassed; in testChargingConstraintFails_notCharging()
113 runOnUiThread(new ChargingConstraintTestResultRunner(OFF_CHARGING_JOB_ID, testPassed)); in testChargingConstraintFails_notCharging()
133 boolean testPassed; in testChargingConstraintExecutes_onCharging()
135 testPassed = mTestEnvironment.awaitExecution(); in testChargingConstraintExecutes_onCharging()
137 testPassed = false; in testChargingConstraintExecutes_onCharging()
139 runOnUiThread(new ChargingConstraintTestResultRunner(ON_CHARGING_JOB_ID, testPassed)); in testChargingConstraintExecutes_onCharging()
166 ChargingConstraintTestResultRunner(int jobId, boolean testPassed) { in ChargingConstraintTestResultRunner() argument
[all …]
DIdleConstraintTestActivity.java147 boolean testPassed; in testIdleConstraintFails_notIdle()
149 testPassed = mTestEnvironment.awaitTimeout(); in testIdleConstraintFails_notIdle()
152 testPassed = false; in testIdleConstraintFails_notIdle()
154 runOnUiThread(new IdleTestResultRunner(IDLE_OFF_JOB_ID, testPassed)); in testIdleConstraintFails_notIdle()
168 boolean testPassed; in testIdleConstraintExecutes_onIdle()
170 testPassed = mTestEnvironment.awaitExecution(); in testIdleConstraintExecutes_onIdle()
173 testPassed = false; in testIdleConstraintExecutes_onIdle()
175 runOnUiThread(new IdleTestResultRunner(IDLE_ON_JOB_ID, testPassed)); in testIdleConstraintExecutes_onIdle()
185 IdleTestResultRunner(int jobId, boolean testPassed) { in IdleTestResultRunner() argument
186 super(jobId, testPassed); in IdleTestResultRunner()
DConnectivityConstraintTestActivity.java114 boolean testPassed; in testNoConnectivityConstraintExecutes_noConnectivity()
116 testPassed = mTestEnvironment.awaitExecution(); in testNoConnectivityConstraintExecutes_noConnectivity()
118 testPassed = false; in testNoConnectivityConstraintExecutes_noConnectivity()
121 new ConnectivityConstraintTestResultRunner(NO_CONNECTIVITY_JOB_ID, testPassed)); in testNoConnectivityConstraintExecutes_noConnectivity()
138 boolean testPassed; in testConnectivityConstraintFailsImpl()
140 testPassed = mTestEnvironment.awaitTimeout(); in testConnectivityConstraintFailsImpl()
142 testPassed = false; in testConnectivityConstraintFailsImpl()
145 new ConnectivityConstraintTestResultRunner(jobId, testPassed)); in testConnectivityConstraintFailsImpl()
172 ConnectivityConstraintTestResultRunner(int jobId, boolean testPassed) { in ConnectivityConstraintTestResultRunner() argument
173 super(jobId, testPassed); in ConnectivityConstraintTestResultRunner()
DConstraintTestActivity.java101 TestResultRunner(int jobId, boolean testPassed) { in TestResultRunner() argument
103 mTestPassed = testPassed; in TestResultRunner()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DSingleJUnitTestResultParser.java83 private void doTestEnded(boolean testPassed) { in doTestEnded() argument
85 if (!testPassed) { in doTestEnded()
DGeeTestResultParser.java505 private void doTestEnded(String identifier, boolean testPassed) { in doTestEnded() argument
555 else if (!testPassed) { // test failed in doTestEnded()
/cts/suite/audio_quality/lib/src/task/
DTaskCase.cpp325 bool testPassed = true; in run() local
330 testPassed = false; in run()
335 testPassed = false; in run()
343 testPassed = false; in run()
346 if (testPassed) { in run()