HomeSort by relevance Sort by last modified time
    Searched refs:PREFS_LINT_SEVERITIES (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 63 String assignments = store.getString(AdtPrefs.PREFS_LINT_SEVERITIES);
154 String previous = store.getString(AdtPrefs.PREFS_LINT_SEVERITIES);
158 store.setToDefault(AdtPrefs.PREFS_LINT_SEVERITIES);
160 store.setValue(AdtPrefs.PREFS_LINT_SEVERITIES, value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 72 public final static String PREFS_LINT_SEVERITIES = AdtPlugin.PLUGIN_ID + ".lintSeverities"; //$NON-NLS-1$

Completed in 1138 milliseconds