Home
last modified time | relevance | path

Searched refs:PREFS_LINT_ON_SAVE (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DAdtPrefs.java69 … public final static String PREFS_LINT_ON_SAVE = AdtPlugin.PLUGIN_ID + ".lintOnSave"; //$NON-NLS-1$ field in AdtPrefs
255 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()