Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DTestUtils.java41 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()
52 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeSensorsTest.java508 public static void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType()
519 public static Sensor createSensor(int type, String strType) throws Exception { in createSensor()
/aosp12/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()
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c169 static const char strType[] = "type"; variable