Home
last modified time | relevance | path

Searched refs:expectedLength (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java33 float expectedLength = expectedMeasure.getLength(); in assertPathMatches() local
34 assertEquals("Lengths differ", expectedLength, pathMeasure.getLength(), 0.01f); in assertPathMatches()
36 float minLength = Math.min(expectedLength, pathMeasure.getLength()); in assertPathMatches()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DStepCounterTestActivity.java218 final int expectedLength = 1; in verifyStepCounterMeasurements() local
222 expectedLength, in verifyStepCounterMeasurements()
225 Assert.assertEquals(eventLengthMessage, expectedLength, valuesLength); in verifyStepCounterMeasurements()
297 final int expectedLength = 1; in verifyStepDetectorMeasurements() local
301 expectedLength, in verifyStepDetectorMeasurements()
304 Assert.assertEquals(eventLengthMessage, expectedLength, valuesLength); in verifyStepDetectorMeasurements()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DFifoLengthVerification.java50 public FifoLengthVerification(int expectedLength, long expectedReportLatencyUs) { in FifoLengthVerification() argument
51 mExpectedFifoLength = expectedLength; in FifoLengthVerification()
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/
DOmapiTest.java661 int expectedLength = wrapped.getInt(); in testSegmentedResponseTransmit() local
662 assertThat(response.length, is(expectedLength + 2)); in testSegmentedResponseTransmit()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java1913 private void monoTest(final String res, int expectedLength) throws Exception {
1917 if (mono.length == expectedLength) {
1919 } else if (mono.length == expectedLength * 2) {