Searched refs:mMotionListener (Results 1 – 1 of 1) sorted by relevance
452 success = mSensorManager.requestTriggerSensor(mMotionListener, mMotionSensor); in registerLocked()455 mMotionListener, mMotionSensor, SensorManager.SENSOR_DELAY_NORMAL); in registerLocked()467 mSensorManager.cancelTriggerSensor(mMotionListener, mMotionSensor); in unregisterLocked()469 mSensorManager.unregisterListener(mMotionListener); in unregisterLocked()474 private final MotionListener mMotionListener = new MotionListener(); field in DeviceIdleController2295 if (mMotionSensor != null && !mMotionListener.active) { in startMonitoringMotionLocked()2296 mMotionListener.registerLocked(); in startMonitoringMotionLocked()2302 if (mMotionSensor != null && mMotionListener.active) { in stopMonitoringMotionLocked()2303 mMotionListener.unregisterLocked(); in stopMonitoringMotionLocked()3102 pw.print(" mMotionActive="); pw.println(mMotionListener.active); in dump()