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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ManifestOrderDetector.java 28 import static com.android.tools.lint.detector.api.LintConstants.TAG_USES_LIBRARY;
176 TAG_USES_LIBRARY,
189 if (tag.equals(TAG_USES_LIBRARY) || tag.equals(TAG_ACTIVITY) || tag.equals(TAG_SERVICE)
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 51 public static final String TAG_USES_LIBRARY = "uses-library"; //$NON-NLS-1$

Completed in 23 milliseconds