From e39427591a42043540ea0d52a6e11a3162e6b5e8 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Fri, 31 Jul 2020 23:26:08 +0000 Subject: docs: Changes "their" to "the" in 2 places When referring to a client (piece of software), it's better not to use a personified pronoun, such as "his" or "their". Changed to "the". Change-Id: I5d79e70a9135d6f1e8da493fcdd50921b9696e31 Test: none (docs-only change) Bug: 160937339 --- core/java/android/view/accessibility/AccessibilityNodeInfo.java | 4 ++-- 1 file 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 { * Note: 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}. *

*

* Note: If this view hierarchy has a {@link SurfaceView} embedding another @@ -3206,7 +3206,7 @@ public class AccessibilityNodeInfo implements Parcelable { * Note: 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}. *

* @return The id resource name. -- cgit v1.2.3-59-g8ed1b