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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ManifestOrderDetector.java 24 import static com.android.tools.lint.detector.api.LintConstants.TAG_APPLICATION;
165 TAG_APPLICATION,
191 if (!TAG_APPLICATION.equals(parentNode.getNodeName())
259 if (tag.equals(TAG_APPLICATION)) {
OverdrawDetector.java 31 import static com.android.tools.lint.detector.api.LintConstants.TAG_APPLICATION;
313 TAG_APPLICATION,
348 } else if (tag.equals(TAG_APPLICATION)) {
SecurityDetector.java 28 import static com.android.tools.lint.detector.api.LintConstants.TAG_APPLICATION;
204 && parent.getNodeName().equals(TAG_APPLICATION)) {
IconDetector.java 34 import static com.android.tools.lint.detector.api.LintConstants.TAG_APPLICATION;
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 52 public static final String TAG_APPLICATION = "application"; //$NON-NLS-1$

Completed in 20 milliseconds