/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | TestUtils.java | 61 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 D | TestUtils.java | 61 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 D | SensorPowerCalculatorTest.java | 87 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 D | SensorUtilsTest.java | 135 private static Sensor createSensor() { in createSensor() method in SensorUtilsTest
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/sensors/ |
H A D | FakeSensorManager.java | 204 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 D | FaceDownDetectorTest.java | 274 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 D | SensorController.java | 82 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 D | DozeSensorsTest.java | 623 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 D | DisplayRotationTests.java | 1370 private Sensor createSensor(int type) throws Exception { in createSensor() method in DisplayRotationTests.DisplayRotationBuilder
|