Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DTestUtils.java61 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() method in TestUtils
69 public static Sensor createSensor(int type, String strType, float maximumRange) in createSensor() method in TestUtils
79 public static Sensor createSensor(String type, String name) { in createSensor() method in TestUtils
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DTestUtils.java61 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() method in TestUtils
69 public static Sensor createSensor(int type, String strType, float maximumRange) in createSensor() method in TestUtils
79 public static Sensor createSensor(String type, String name) { in createSensor() method in TestUtils
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DSensorPowerCalculatorTest.java87 private Sensor createSensor(int handle, int type, double power) { in createSensor() method in SensorPowerCalculatorTest
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/
H A DSensorUtilsTest.java135 private static Sensor createSensor() { in createSensor() method in SensorUtilsTest
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/sensors/
H A DFakeSensorManager.java204 private Sensor createSensor(int type, @Nullable String stringType) throws Exception { in createSensor() method in FakeSensorManager
208 private Sensor createSensor(int type, @Nullable String stringType, int flags) throws Exception { in createSensor() method in FakeSensorManager
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DFaceDownDetectorTest.java274 private Sensor createSensor(int type, String strType) throws Exception { in createSensor() method in FaceDownDetectorTest
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/
H A DSensorController.java82 int createSensor(@NonNull IBinder sensorToken, @NonNull VirtualSensorConfig config) { in createSensor() method in SensorController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeSensorsTest.java623 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor() method in DozeSensorsTest
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java1370 private Sensor createSensor(int type) throws Exception { in createSensor() method in DisplayRotationTests.DisplayRotationBuilder