public void setStopOnFocusLoss(Boolean value) {
        if (this.prefs != null) {
            if (prefs.edit().putBoolean(Keys.STOP_ON_FOCUS_LOSS, value).commit()) {
                Log.i("Preferences", "Added value [" + value + "] to key [" + Keys.STOP_ON_FOCUS_LOSS + "]");
            } else {