Searched refs:motionSensor (Results 1 – 1 of 1) sorted by relevance
1903 Sensor motionSensor = null; in getMotionSensor() local1907 motionSensor = sensorManager.getDefaultSensor(sigMotionSensorId, true); in getMotionSensor()1909 if (motionSensor == null && mContext.getResources().getBoolean( in getMotionSensor()1911 motionSensor = sensorManager.getDefaultSensor( in getMotionSensor()1914 if (motionSensor == null) { in getMotionSensor()1916 motionSensor = sensorManager.getDefaultSensor( in getMotionSensor()1919 return motionSensor; in getMotionSensor()