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

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
PxUsageDetector.java 54 Scope.RESOURCE_FILE_SCOPE).setMoreInfo(
SetJavaScriptEnabledDetector.java 48 Scope.JAVA_FILE_SCOPE).setMoreInfo(
SdCardDetector.java 54 Scope.JAVA_FILE_SCOPE).setMoreInfo(
ManifestOrderDetector.java 87 EnumSet.of(Scope.MANIFEST)).setMoreInfo(
104 EnumSet.of(Scope.MANIFEST)).setMoreInfo(
122 EnumSet.of(Scope.MANIFEST)).setMoreInfo(
ProguardDetector.java 54 EnumSet.of(Scope.PROGUARD_FILE)).setMoreInfo(
StyleCycleDetector.java 53 Scope.RESOURCE_FILE_SCOPE).setMoreInfo(
TypographyDetector.java 61 setMoreInfo("http://en.wikipedia.org/wiki/Dash"); //$NON-NLS-1$
80 setMoreInfo("http://en.wikipedia.org/wiki/Quotation_mark"). //$NON-NLS-1$
97 setMoreInfo("http://en.wikipedia.org/wiki/Number_Forms"); //$NON-NLS-1$
110 setMoreInfo("http://en.wikipedia.org/wiki/Ellipsis"); //$NON-NLS-1$
ChildCountDetector.java 69 Scope.RESOURCE_FILE_SCOPE).setMoreInfo(
MathDetector.java 63 EnumSet.of(Scope.CLASS_FILE)).setMoreInfo(
ButtonDetector.java 116 .setMoreInfo(
142 .setMoreInfo(
AlwaysShowActionDetector.java 81 EnumSet.of(Scope.RESOURCE_FILE, Scope.JAVA_FILE)).setMoreInfo(
FieldGetterDetector.java 68 setEnabledByDefault(false).setMoreInfo(
MergeRootFrameLayoutDetector.java 98 EnumSet.of(Scope.ALL_RESOURCE_FILES, Scope.JAVA_FILE)).setMoreInfo(
RegistrationDetector.java 78 EnumSet.of(Scope.MANIFEST, Scope.CLASS_FILE)).setMoreInfo(
IconDetector.java 124 .setMoreInfo(
154 Scope.ALL_RESOURCES_SCOPE).setMoreInfo(
175 Scope.ALL_RESOURCES_SCOPE).setMoreInfo(
195 Scope.ALL_RESOURCES_SCOPE).setMoreInfo(
208 Scope.ALL_RESOURCES_SCOPE).setMoreInfo(
    [all...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Issue.java 229 public Issue setMoreInfo(@NonNull String moreInfoUrl) {

Completed in 324 milliseconds