summaryrefslogtreecommitdiff
path: root/libs/androidfw/misc.cpp
diff options
context:
space:
mode:
author Linyu He <linyuh@google.com> 2024-09-25 14:30:56 -0700
committer Linyu He <linyuh@google.com> 2024-09-26 11:33:35 -0700
commit7ce79d8a00c30236b43597c4d1123d309837b430 (patch)
treef218b7556533790b11124758d1511d7d56fe3b89 /libs/androidfw/misc.cpp
parenta941522a0c14ac279e1082a9dde411dd2cc722e7 (diff)
Rename two "service" fields in AbstractA11yServiceConnection
(1) mService -> mClientBinder (2) mServiceInterface -> mClient The two "service" fields were introduced a long time ago, probably when app-side AccessibilityServices were the only use case of the a11y subsystem, since the word "service" refers to an AccessibilityService in an app process. Today the a11y subsystem supports more than just AccessibilityServices. UiAutomation (a test API) is one example, and we will add app automation APIs soon. For all the above use cases, the "service" fields represent a client of system_server, and the client can be an AccessibilityService, a UiAutomation, etc. For more clarity, this CL renames "service" as "client". Bug: 369648004 Flag: EXEMPT refactor Test: Presubmit Test: atest CtsAccessibilityTestCases Test: atest CtsAccessibilityServiceTestCases Change-Id: I2118eb3f7185714bc7405c28c63c9a95a380046b
Diffstat (limited to 'libs/androidfw/misc.cpp')
0 files changed, 0 insertions, 0 deletions