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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ManifestOrderDetector.java 22 import static com.android.tools.lint.detector.api.LintConstants.ATTR_TARGET_SDK_VERSION;
245 && !element.hasAttributeNS(ANDROID_URI, ATTR_TARGET_SDK_VERSION)) {
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Project.java 25 import static com.android.tools.lint.detector.api.LintConstants.ATTR_TARGET_SDK_VERSION;
449 if (element.hasAttributeNS(ANDROID_URI, ATTR_TARGET_SDK_VERSION)) {
450 targetSdk = element.getAttributeNS(ANDROID_URI, ATTR_TARGET_SDK_VERSION);
LintConstants.java 125 public static final String ATTR_TARGET_SDK_VERSION = "targetSdkVersion"; //$NON-NLS-1$

Completed in 28 milliseconds