Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DTestSensorEnvironment.java253 public int getExpectedSamplingPeriodUs() { in getExpectedSamplingPeriodUs() method in TestSensorEnvironment
281 int expectedSamplingPeriodUs = getExpectedSamplingPeriodUs(); in getMaximumExpectedSamplingPeriodUs()
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DEventGapVerification.java60 return new EventGapVerification(environment.getExpectedSamplingPeriodUs()); in getDefault()