Searched refs:PREFS_LINT_ON_EXPORT (Results 1 – 1 of 1) sorted by relevance
70 …public final static String PREFS_LINT_ON_EXPORT = AdtPlugin.PLUGIN_ID + ".lintOnExport"; //$NON-NL… field in AdtPrefs259 if (property == null || PREFS_LINT_ON_EXPORT.equals(property)) { in loadValues()260 mLintOnExport = mStore.getBoolean(PREFS_LINT_ON_EXPORT); in loadValues()412 store.setValue(PREFS_LINT_ON_EXPORT, on); in setLintOnExport()516 store.setDefault(PREFS_LINT_ON_EXPORT, true); in initializeStoreWithDefaults()