HomeSort by relevance Sort by last modified time
    Searched defs:setSeverity (Results 1 - 18 of 18) 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 428 public void setSeverity(@NonNull Issue issue, @Nullable Severity severity) {
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/
CanRefreshStatus.java 54 setSeverity(severity);
67 setSeverity(severity);
80 setSeverity(severity);
92 setSeverity(severity);
102 protected void setSeverity(int severity)
110 super.setSeverity(WARNING);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 60 config.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
61 config.setSeverity(usuallyDisabledIssue, Severity.ERROR);
96 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
97 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR);
104 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR);
105 otherConfig.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
110 config.setSeverity(usuallyEnabledIssue, Severity.ERROR);
111 config.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
116 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
117 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 238 configuration.setSeverity(issue, Severity.IGNORE);
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/validation/
ValidationResultData.java 204 public void setSeverity(SEVERITY severity)
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/verbose/
WarningLevelFilter.java 268 resultData.setSeverity(severity);
484 .setSeverity(severities[resultSeverity.ordinal() - 1]);
493 .setSeverity(severities[resultSeverity.ordinal() + 1]);
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
AbstractCheckTest.java 472 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);
355 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 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 471 milliseconds