Searched defs:strType (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | TestUtils.java | 44 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 D | TestUtils.java | 44 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 D | DozeSensorsTest.java | 612 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 D | FaceDownDetectorTest.java | 274 private Sensor createSensor(int type, String strType) throws Exception { in createSensor()
|