Home
last modified time | relevance | path

Searched refs:ATTR_IGNORE (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DAddSuppressAttribute.java19 import static com.android.SdkConstants.ATTR_IGNORE;
87 AdtUtils.setToolsAttribute(mEditor, mElement, "Suppress Lint Warning", ATTR_IGNORE, mId, in apply()
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DLintDriver.java20 import static com.android.SdkConstants.ATTR_IGNORE;
1982 if (element.hasAttributeNS(TOOLS_URI, ATTR_IGNORE)) { in isSuppressed()
1983 String ignore = element.getAttributeNS(TOOLS_URI, ATTR_IGNORE); in isSuppressed()
/sdk/common/src/com/android/
DSdkConstants.java953 public static final String ATTR_IGNORE = "ignore"; //$NON-NLS-1$ field in SdkConstants