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.java403 runAtomicCounterTest(Sensor.TYPE_ACCELEROMETER, memType); in testAtomicCounterAccel()
409 runAtomicCounterTest(Sensor.TYPE_GYROSCOPE, memType); in testAtomicCounterGyro()
415 runAtomicCounterTest(Sensor.TYPE_MAGNETIC_FIELD, memType); in testAtomicCounterMag()
842 private void runAtomicCounterTest(int sensorType, int memType) throws AssertionError { in runAtomicCounterTest() method in SensorDirectReportTest