Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DProximityClassifierTest.java152 private FalsingManager.ProximityEvent createSensorEvent(boolean covered, long timestampMs) { in createSensorEvent() method in ProximityClassifierTest
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DTestUtils.java32 public static SensorEvent createSensorEvent(Sensor sensor, int value) throws Exception { in createSensorEvent() method in TestUtils
H A DBrightnessTrackerTest.java915 private SensorEvent createSensorEvent(float lux) { in createSensorEvent() method in BrightnessTrackerTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DTestUtils.java32 public static SensorEvent createSensorEvent(Sensor sensor, int value) throws Exception { in createSensorEvent() method in TestUtils
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java487 private SensorEvent createSensorEvent(int rotation) throws Exception { in createSensorEvent() method in DisplayRotationTests
491 private SensorEvent createSensorEvent(Sensor sensor, int value) throws Exception { in createSensorEvent() method in DisplayRotationTests
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/sensors/
H A DFakeSensorManager.java277 private SensorEvent createSensorEvent(int valuesSize) { in createSensorEvent() method in FakeSensorManager.FakeGenericSensor