Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DTest.java146 boolean testState = true; in markerAccuracyTest()
150 testState = false; in markerAccuracyTest()
153 return testState; in markerAccuracyTest()
239 boolean testState = true; in pathAccuracyTest()
243 testState = false; in pathAccuracyTest()
246 return testState; in pathAccuracyTest()
/cts/tests/tests/net/src/android/net/http/cts/
DSslCertificateTest.java187 public void testState() { in testState() method in SslCertificateTest