HomeSort by relevance Sort by last modified time
    Searched refs:createFixes (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 130 AddSuppressAnnotation.createFixes(marker, id, resolutions);
193 proposals.addAll(AddSuppressAttribute.createFixes(editor, marker, id));
288 AddSuppressAnnotation.createFixes(marker, id, resolutions);
296 List<AddSuppressAttribute> fixes = AddSuppressAttribute.createFixes(editor,
AddSuppressAttribute.java 140 public static List<AddSuppressAttribute> createFixes(
AddSuppressAnnotation.java 310 public static void createFixes(IMarker marker, String id,

Completed in 46 milliseconds