HomeSort by relevance Sort by last modified time
    Searched defs:setSeverity (Results 1 - 14 of 14) sorted by null

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
Configuration.java 108 public abstract void setSeverity(@NonNull Issue issue, @Nullable Severity severity);
114 * {@link #setSeverity} or {@link #ignore}. After all the values haver been
DefaultConfiguration.java 418 public void setSeverity(@NonNull Issue issue, @Nullable Severity severity) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 58 config.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
59 config.setSeverity(usuallyDisabledIssue, Severity.ERROR);
94 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
95 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
102 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR);
103 otherConfig.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
108 config.setSeverity(usuallyEnabledIssue, Severity.ERROR);
109 config.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
114 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
115 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 102 public void setSeverity(Issue issue, Severity severity) {
LintFixGenerator.java 234 configuration.setSeverity(issue, Severity.IGNORE);
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AbstractCheckTest.java 405 public void setSeverity(Issue issue, Severity severity) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 300 mConfiguration.setSeverity(issue, null);
351 mConfiguration.setSeverity(issue, severity);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 43 milliseconds