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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 79 class AddSuppressAnnotation implements IMarkerResolution2 {
90 private AddSuppressAnnotation(
132 edit = addSuppressAnnotation(document, compilationUnit, mNode);
153 private MultiTextEdit addSuppressAnnotation(
407 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc, null));
418 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc,
LintFixGenerator.java 130 AddSuppressAnnotation.createFixes(marker, id, resolutions);
250 public static void addSuppressAnnotation(IMarker marker) {
288 AddSuppressAnnotation.createFixes(marker, id, resolutions);

Completed in 38 milliseconds