Home
last modified time | relevance | path

Searched defs:strType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DTestUtils.java44 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()
61 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
69 public static Sensor createSensor(int type, String strType, float maximumRange) in createSensor()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DTestUtils.java44 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()
61 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
69 public static Sensor createSensor(int type, String strType, float maximumRange) in createSensor()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeSensorsTest.java612 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()
623 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
/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()