HomeSort by relevance Sort by last modified time
    Searched refs:getVerification (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
FrequencyVerificationTest.java 40 ISensorVerification verification = getVerification(999.0, 1001.0, timestamps);
45 verification = getVerification(850.0, 1050.0, timestamps);
50 verification = getVerification(950.0, 1150.0, timestamps);
55 verification = getVerification(850.0, 975.0, timestamps);
65 verification = getVerification(1025.0, 1150.0, timestamps);
79 private static FrequencyVerification getVerification(
JitterVerificationTest.java 51 ISensorVerification verification = getVerification(1, timestamps);
62 verification = getVerification(1, timestamps);
75 JitterVerification verification = getVerification(1, timestamps);
84 verification = getVerification(1, timestamps);
93 verification = getVerification(1, timestamps);
102 private static JitterVerification getVerification(int marginPercent, long ... timestamps) {
MeanVerificationTest.java 48 MeanVerification verification = getVerification(expected, threshold, values);
55 verification = getVerification(expected, threshold, values);
62 verification = getVerification(expected, threshold, values);
74 verification = getVerification(expected, threshold, values);
85 verification = getVerification(expected, threshold, values);
95 private static MeanVerification getVerification(float[] expected, float[] threshold,
EventOrderingVerificationTest.java 38 EventOrderingVerification verification = getVerification();
48 EventOrderingVerification verification = getVerification(0, 1, 2, 3, 4);
58 EventOrderingVerification verification = getVerification(0, 2, 1, 3, 4);
75 EventOrderingVerification verification = getVerification(4, 0, 1, 2, 3);
90 private static EventOrderingVerification getVerification(long ... timestamps) {
EventBasicVerificationTest.java 54 verification = getVerification(10, sensor1, sensor1, new float[20][3]);
63 verification = getVerification(10, sensor1, sensor1, new float[5][3]);
79 verification = getVerification(10, sensor1, sensor2, new float[15][3]);
95 private static EventBasicVerification getVerification(
MagnitudeVerificationTest.java 54 MagnitudeVerification verification = getVerification(expected, threshold, values);
69 private static MagnitudeVerification getVerification(float expected, float threshold,
EventGapVerificationTest.java 71 ISensorVerification verification = getVerification(expected, timestamps);
96 private static EventGapVerification getVerification(int expected, long ... timestamps) {
StandardDeviationVerificationTest.java 65 StandardDeviationVerification verification = getVerification(threshold, values);
85 private static StandardDeviationVerification getVerification(
TimestampClockSourceVerificationTest.java 167 ISensorVerification verification = getVerification(expectedUs, timestamps);
198 private static TimestampClockSourceVerification getVerification(int expectedUs, long ... timestamps) {

Completed in 262 milliseconds