diff options
| author | 2020-08-03 22:51:22 +0000 | |
|---|---|---|
| committer | 2020-08-03 22:51:22 +0000 | |
| commit | b4937f485efc8c5b814c43ae0d78779f73127653 (patch) | |
| tree | 8ae56fef3888e6365bf59f65083a3ceaf542c0f0 | |
| parent | f80ba3a9f821cd78c54850895067e84357e51a8a (diff) | |
| parent | 24ed56bd0c06e1d6d47bb2487477cd0506e26f2f (diff) | |
Merge "docs: Changes "their" to "the" in 2 places" into rvc-dev am: 24ed56bd0c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12286685
Change-Id: I8d018f90219ac8461f5b15f16d35e9159278d1cf
| -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. |