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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 59 config.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
60 config.setSeverity(usuallyDisabledIssue, Severity.ERROR);
95 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
96 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
103 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR);
104 otherConfig.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
109 config.setSeverity(usuallyEnabledIssue, Severity.ERROR);
110 config.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
115 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
116 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 106 public void setSeverity(@NonNull Issue issue, @Nullable Severity severity) {
LintFixGenerator.java 235 configuration.setSeverity(issue, Severity.IGNORE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 303 mConfiguration.setSeverity(issue, null);
358 mConfiguration.setSeverity(issue, severity);
  /prebuilts/devtools/tools/lib/
lint-api.jar 
org-eclipse-equinox-common-3.6.0.jar 
  /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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 76 milliseconds