Searched refs:ATTR_IGNORE (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.SdkConstants.ATTR_IGNORE;87 AdtUtils.setToolsAttribute(mEditor, mElement, "Suppress Lint Warning", ATTR_IGNORE, mId, in apply()
20 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()
953 public static final String ATTR_IGNORE = "ignore"; //$NON-NLS-1$ field in SdkConstants