diff options
| author | 2024-07-22 14:03:27 +0200 | |
|---|---|---|
| committer | 2024-07-23 17:34:15 +0200 | |
| commit | b802062c3a0aeafdc36f92d3658a1921d812f89e (patch) | |
| tree | e5b261fed3512c01ade80383b45cbdebff0778a5 /api/api_test.go | |
| parent | 92c92ce3776106edd3a37a3ddb25fa70de2e652b (diff) | |
Remove unused binder in setImeWindowStatus calls
This removes an unused binder parameter from setImeWindowStatus calls,
which currently only pass it around through SystemUI, but doesn't
actually use the value.
The binder was previously added in [1] to allow switching to a different
IME from the SystemUI process, but switching doesn't require this binder
token anymore.
This also removes the binder from updateInputMethodTargetWindow. This
was added in [2] to match the token passing from [1], but this method
doesn't use the binder value either.
[1]: I48ba5e2509b3aa1bfd2394f9201427fa6b93c6d3
[2]: I54fb1faf513883a54293a756e4c9d2ae9453d778
Flag: EXEMPT refactor
Bug: 354667905
Test: atest NavigationBarTest CommandQueueTest RegisterStatusBarResultTest
Change-Id: I4c479f49f6bf28f4b5e6594226212cf3055ef541
Diffstat (limited to 'api/api_test.go')
0 files changed, 0 insertions, 0 deletions