Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java523 runAtomicCounterTest(Sensor.TYPE_ACCELEROMETER, memType); in testAtomicCounterAccel()
529 runAtomicCounterTest(Sensor.TYPE_GYROSCOPE, memType); in testAtomicCounterGyro()
535 runAtomicCounterTest(Sensor.TYPE_MAGNETIC_FIELD, memType); in testAtomicCounterMag()
1021 private void runAtomicCounterTest(int sensorType, int memType) throws AssertionError { in runAtomicCounterTest() method in SensorDirectReportTest