diff options
| author | 2013-01-29 03:21:37 -0800 | |
|---|---|---|
| committer | 2013-01-29 03:21:37 -0800 | |
| commit | 14ff996ce82734100ba3faedbc80c4783eebea9d (patch) | |
| tree | 1f4645ddaf6e99bf60fbb6fbb06099bd10be393a | |
| parent | f5f7d9751a43b699b6e1c2e41ea0519bc54e39cd (diff) | |
Update JavaDoc
Change-Id: I9644677eb715de1c4ba2f1608b38980f02bdf75d
| -rw-r--r-- | core/java/android/view/accessibility/AccessibilityNodeInfo.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/accessibility/AccessibilityNodeInfo.java b/core/java/android/view/accessibility/AccessibilityNodeInfo.java index e3d14ec5d567..6d0a2375ece6 100644 --- a/core/java/android/view/accessibility/AccessibilityNodeInfo.java +++ b/core/java/android/view/accessibility/AccessibilityNodeInfo.java @@ -748,7 +748,7 @@ public class AccessibilityNodeInfo implements Parcelable { * <strong>Note:</strong> The primary usage of this API is for UI test automation * and in order to report the fully qualified view id if an {@link AccessibilityNodeInfo} * the client has to set the {@link AccessibilityServiceInfo#FLAG_REPORT_VIEW_IDS} - * flag when configuring his {@link AccessibilityService}. + * flag when configuring his {@link android.accessibilityservice.AccessibilityService}. * </p> * * @param viewId The fully qualified resource name of the view id to find. @@ -1431,7 +1431,7 @@ public class AccessibilityNodeInfo implements Parcelable { * <strong>Note:</strong> The primary usage of this API is for UI test automation * and in order to report the source view id of an {@link AccessibilityNodeInfo} the * client has to set the {@link AccessibilityServiceInfo#FLAG_REPORT_VIEW_IDS} - * flag when configuring his {@link AccessibilityService}. + * flag when configuring his {@link android.accessibilityservice.AccessibilityService}. * </p> * @return The id resource name. |