Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DTestSensorOperation.java376 public static TestSensorOperation createFlushOperation( in createFlushOperation() method in TestSensorOperation
381 return createFlushOperation(environment, new int[] {(int)timeUnit.toMillis(duration)}, -1); in createFlushOperation()
393 public static TestSensorOperation createFlushOperation( in createFlushOperation() method in TestSensorOperation
/cts/tests/sensor/src/android/hardware/cts/
DSensorBatchingFifoTest.java102 TestSensorOperation op = TestSensorOperation.createFlushOperation( in runBatchingSensorFifoTest()
DSensorIntegrationTests.java278 TestSensorOperation flushOperation = TestSensorOperation.createFlushOperation( in verifySensorReconfigureWhileActive()
DSensorBatchingTests.java313 .createFlushOperation(environment, flushDurationSec, TimeUnit.SECONDS); in runFlushSensorTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DBatchingTestActivity.java154 .createFlushOperation(environment, flushDurationSec, TimeUnit.SECONDS); in runFlushTest()