Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java85 private Sensor mAccelSensor; field in AnyMotionDetector
126 mAccelSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER); in AnyMotionDetector()
145 return mAccelSensor != null; in hasSensor()
198 mMeasurementInProgress + ", (mAccelSensor != null)=" + (mAccelSensor != null)); in startOrientationMeasurementLocked()
199 if (!mMeasurementInProgress && mAccelSensor != null) { in startOrientationMeasurementLocked()
200 if (mSensorManager.registerListener(mListener, mAccelSensor, in startOrientationMeasurementLocked()