Searched refs:PREFS_SKIP_LINT_LIBS (Results 1 – 1 of 1) sorted by relevance
76 …public final static String PREFS_SKIP_LINT_LIBS = AdtPlugin.PLUGIN_ID + ".skipLintLibs"; //$NON-NL… field in AdtPrefs283 if (property == null || PREFS_SKIP_LINT_LIBS.equals(property)) { in loadValues()284 mSkipLibrariesFromLint = mStore.getBoolean(PREFS_SKIP_LINT_LIBS); in loadValues()632 store.setValue(PREFS_SKIP_LINT_LIBS, true); in setSkipLibrariesFromLint()634 store.setToDefault(PREFS_SKIP_LINT_LIBS); in setSkipLibrariesFromLint()