Searched defs:createSensor (Results 1 – 6 of 6) sorted by relevance
52 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() method in TestUtils
87 private Sensor createSensor(int handle, int type, double power) { in createSensor() method in SensorPowerCalculatorTest
198 private Sensor createSensor(int type, @Nullable String stringType) throws Exception { in createSensor() method in FakeSensorManager202 private Sensor createSensor(int type, @Nullable String stringType, int flags) throws Exception { in createSensor() method in FakeSensorManager
274 private Sensor createSensor(int type, String strType) throws Exception { in createSensor() method in FaceDownDetectorTest
198 SensorInputMapper::Sensor SensorInputMapper::createSensor(InputDeviceSensorType sensorType, in createSensor() function in android::SensorInputMapper
807 private Sensor createSensor(int type) throws Exception { in createSensor() method in DisplayRotationTests.DisplayRotationBuilder