Searched refs:expectedProperties (Results 1 – 1 of 1) sorted by relevance
110 Map<Integer, Object[]> expectedProperties = new HashMap<>(3); in testSensorProperties() local112 expectedProperties.put(Sensor.TYPE_ACCELEROMETER, new Object[]{20000}); in testSensorProperties()113 expectedProperties.put(Sensor.TYPE_GYROSCOPE, new Object[]{20000}); in testSensorProperties()115 expectedProperties.put(Sensor.TYPE_ACCELEROMETER, new Object[]{10000}); in testSensorProperties()116 expectedProperties.put(Sensor.TYPE_GYROSCOPE, new Object[]{10000}); in testSensorProperties()118 expectedProperties.put(Sensor.TYPE_MAGNETIC_FIELD, new Object[]{100000}); in testSensorProperties()123 for (Entry<Integer, Object[]> entry : expectedProperties.entrySet()) { in testSensorProperties()