Home
last modified time | relevance | path

Searched defs:createSensor (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DTestUtils.java52 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() method in TestUtils
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DSensorPowerCalculatorTest.java87 private Sensor createSensor(int handle, int type, double power) { in createSensor() method in SensorPowerCalculatorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
DFakeSensorManager.java198 private Sensor createSensor(int type, @Nullable String stringType) throws Exception { in createSensor() method in FakeSensorManager
202 private Sensor createSensor(int type, @Nullable String stringType, int flags) throws Exception { in createSensor() method in FakeSensorManager
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
DFaceDownDetectorTest.java274 private Sensor createSensor(int type, String strType) throws Exception { in createSensor() method in FaceDownDetectorTest
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp198 SensorInputMapper::Sensor SensorInputMapper::createSensor(InputDeviceSensorType sensorType, in createSensor() function in android::SensorInputMapper
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java807 private Sensor createSensor(int type) throws Exception { in createSensor() method in DisplayRotationTests.DisplayRotationBuilder