Searched refs:setSeverity (Results 1 – 4 of 4) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/ |
D | ProjectLintConfigurationTest.java | 60 config.setSeverity(usuallyEnabledIssue, Severity.IGNORE); in testBasic() 61 config.setSeverity(usuallyDisabledIssue, Severity.ERROR); in testBasic() 96 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE); in testInheritance() 97 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR); in testInheritance() 104 otherConfig.setSeverity(usuallyEnabledIssue, Severity.ERROR); in testInheritance() 105 otherConfig.setSeverity(usuallyDisabledIssue, Severity.IGNORE); in testInheritance() 110 config.setSeverity(usuallyEnabledIssue, Severity.ERROR); in testInheritance() 111 config.setSeverity(usuallyDisabledIssue, Severity.IGNORE); in testInheritance() 116 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE); in testInheritance() 117 otherConfig.setSeverity(usuallyDisabledIssue, Severity.ERROR); in testInheritance() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | GlobalLintConfiguration.java | 105 public void setSeverity(@NonNull Issue issue, @Nullable Severity severity) { in setSeverity() method in GlobalLintConfiguration
|
D | LintFixGenerator.java | 235 configuration.setSeverity(issue, Severity.IGNORE); in suppressDetector()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | LintPreferencePage.java | 304 mConfiguration.setSeverity(issue, null); in performDefaults() 359 mConfiguration.setSeverity(issue, severity); in storeSettings()
|