diff options
| author | 2020-08-03 23:28:40 +0000 | |
|---|---|---|
| committer | 2020-08-03 23:28:40 +0000 | |
| commit | 8cdf49be4c71a951833a5198184c03393a8bdca4 (patch) | |
| tree | fa9236b7790a0e79389650cfd8076b404feed864 | |
| parent | a456c66de5aaea40d3827ca78c29aa15e8dcc28e (diff) | |
| parent | 46128203a58c9cd0a69b84fbf294e5ee1f13e518 (diff) | |
Merge "docs: Changes "their" to "the" in 2 places" into rvc-dev am: 24ed56bd0c am: b4937f485e am: 46128203a5
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12286685
Change-Id: I9381dd6d6ef0a03178c50704f524ca68e08eee83
| -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 d6fe99a1710b..8bc7f3c91d8c 100644 --- a/core/java/android/view/accessibility/AccessibilityNodeInfo.java +++ b/core/java/android/view/accessibility/AccessibilityNodeInfo.java @@ -1768,7 +1768,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 their {@link android.accessibilityservice.AccessibilityService}. + * flag when configuring the {@link android.accessibilityservice.AccessibilityService}. * </p> * <p> * <strong>Note:</strong> If this view hierarchy has a {@link SurfaceView} embedding another @@ -3206,7 +3206,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 their {@link android.accessibilityservice.AccessibilityService}. + * flag when configuring the {@link android.accessibilityservice.AccessibilityService}. * </p> * @return The id resource name. |