Searched refs:mInputDeviceSensorManager (Results 1 – 1 of 1) sorted by relevance
116 @Nullable private InputDeviceSensorManager mInputDeviceSensorManager; field in InputManagerGlobal266 if (mInputDeviceSensorManager != null) { in onInputDevicesChanged()267 mInputDeviceSensorManager.onInputDeviceRemoved(deviceId); in onInputDevicesChanged()286 if (mInputDeviceSensorManager != null) { in onInputDevicesChanged()287 mInputDeviceSensorManager.onInputDeviceChanged(deviceId); in onInputDevicesChanged()298 if (mInputDeviceSensorManager != null) { in onInputDevicesChanged()299 mInputDeviceSensorManager.onInputDeviceAdded(deviceId); in onInputDevicesChanged()1081 if (mInputDeviceSensorManager == null) { in getInputDeviceSensorManager()1082 mInputDeviceSensorManager = new InputDeviceSensorManager(this); in getInputDeviceSensorManager()1084 return mInputDeviceSensorManager.getSensorManager(deviceId); in getInputDeviceSensorManager()