Home
last modified time | relevance | path

Searched defs:thresholdsDeg (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DGyroscopeMeasurementTestActivity.java162 float[] thresholdsDeg = getThresholdsDeg(gyroscopeAxes, rotationAxis); in verifyMeasurements() local
185 float[] thresholdsDeg = new float[axes]; in getThresholdsDeg() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DGyroscopeIntegrationVerification.java47 public GyroscopeIntegrationVerification(int[] expectationsDeg, float[] thresholdsDeg) { in GyroscopeIntegrationVerification()