Searched refs:motionSensor (Results 1 – 1 of 1) sorted by relevance
2432 Sensor motionSensor = null; in getMotionSensor() local2436 motionSensor = sensorManager.getDefaultSensor(sigMotionSensorId, true); in getMotionSensor()2438 if (motionSensor == null && mContext.getResources().getBoolean( in getMotionSensor()2440 motionSensor = sensorManager.getDefaultSensor( in getMotionSensor()2443 if (motionSensor == null) { in getMotionSensor()2445 motionSensor = sensorManager.getDefaultSensor( in getMotionSensor()2448 return motionSensor; in getMotionSensor()