Searched refs:PREFS_LINT_ON_SAVE (Results 1 – 1 of 1) sorted by relevance
69 … public final static String PREFS_LINT_ON_SAVE = AdtPlugin.PLUGIN_ID + ".lintOnSave"; //$NON-NLS-1$ field in AdtPrefs255 if (property == null || PREFS_LINT_ON_SAVE.equals(property)) { in loadValues()256 mLintOnSave = mStore.getBoolean(PREFS_LINT_ON_SAVE); in loadValues()402 store.setValue(PREFS_LINT_ON_SAVE, on); in setLintOnSave()515 store.setDefault(PREFS_LINT_ON_SAVE, true); in initializeStoreWithDefaults()