Searched refs:mLightSensorType (Results 1 – 1 of 1) sorted by relevance
1529 private String mLightSensorType; field in DisplayModeDirector.BrightnessObserver1963 pw.println(" mLightSensorType: " + mLightSensorType); in dumpLocked()2047 mLightSensorType = displayDeviceConfig.getAmbientLightSensor().type; in reloadLightSensorData()2049 } else if (mLightSensorName == null && mLightSensorType == null) { in reloadLightSensorData()2051 mLightSensorType = resources.getString( in reloadLightSensorData()2058 return SensorUtils.findSensor(mSensorManager, mLightSensorType, in getLightSensor()