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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 54 class AddSuppressAttribute implements ICompletionProposal {
67 private AddSuppressAttribute(
140 public static List<AddSuppressAttribute> createFixes(
176 List<AddSuppressAttribute> fixes = Lists.newArrayListWithExpectedSize(2);
177 fixes.add(new AddSuppressAttribute(editor, id, marker, element, desc, null));
192 fixes.add(new AddSuppressAttribute(editor, id, marker, element,
197 fixes.add(new AddSuppressAttribute(editor, id, marker, element,
217 public static AddSuppressAttribute createFixForAll(
232 return new AddSuppressAttribute(editor, id, marker, element, desc, null);
LintFixGenerator.java 193 proposals.addAll(AddSuppressAttribute.createFixes(editor, marker, id));
296 List<AddSuppressAttribute> fixes = AddSuppressAttribute.createFixes(editor,

Completed in 53 milliseconds