Home
last modified time | relevance | path

Searched refs:strType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/display/whitebalance/
DAmbientSensorTest.java175 private void setSensorType(Sensor sensor, int type, String strType) throws Exception { in setSensorType() argument
179 if (strType != null) { in setSensorType()
182 f.set(sensor, strType); in setSensorType()
186 private Sensor createSensor(int type, String strType) throws Exception { in createSensor() argument
190 setSensorType(sensor, type, strType); in createSensor()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c169 static const char strType[] = "type"; variable
474 if (strcmp(pSession->mimeHeaderName.ptr + strlenContent, strType) == 0) { in FwdLockConv_RecognizeMimeHeaderName()