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

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 315 public static final String SUPPRESS_LINT = "SuppressLint"; //$NON-NLS-1$
317 public static final String FQCN_SUPPRESS_LINT = "android.annotation." + SUPPRESS_LINT; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 21 import static com.android.tools.lint.detector.api.LintConstants.SUPPRESS_LINT;
154 if (type.equals(FQCN_SUPPRESS_LINT) || type.endsWith(SUPPRESS_LINT)) {
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
LintDriver.java 28 import static com.android.tools.lint.detector.api.LintConstants.SUPPRESS_LINT;
114 private static final String SUPPRESS_LINT_VMSIG = '/' + SUPPRESS_LINT + ';';
    [all...]

Completed in 31 milliseconds