Home
last modified time | relevance | path

Searched refs:failedCount (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java105 testResult.failedCount); in testSensorsPower()
106 Assert.assertEquals(testDetails.getSummary(), 0, testResult.failedCount); in testSensorsPower()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java65 public int failedCount = 0; field in PowerTestHostLink.PowerTestResult
192 "skipped " + mTestResult.failedCount + "failed."); in run()
286 ++mTestResult.failedCount; in handleSetTestResultCmd()