diff options
| author | 2025-03-06 16:39:26 -0800 | |
|---|---|---|
| committer | 2025-03-06 16:39:26 -0800 | |
| commit | ff4b56a090ed7f0f58fdc60091cda2b261a7b57d (patch) | |
| tree | 53d10afd77cd29295015d837b2a5b2f70e6f43fe | |
| parent | 089efb6b1d10178082a0c65a8b38c5c9bd49b675 (diff) | |
Remove obsolete `getLocalService` method
IMMIProxy is now removed, so this method is no longer needed.
Fix: 352228316
Test: m
Flag: TEST_ONLY
Change-Id: I986872c05f5478468dcef60155d3fc25124649f2
| -rw-r--r-- | services/core/java/com/android/server/inputmethod/InputMethodManagerService.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/services/core/java/com/android/server/inputmethod/InputMethodManagerService.java b/services/core/java/com/android/server/inputmethod/InputMethodManagerService.java index 68ad8f7e9433..c9cf1fe6f16e 100644 --- a/services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +++ b/services/core/java/com/android/server/inputmethod/InputMethodManagerService.java @@ -5665,11 +5665,6 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl. LocalServices.addService(InputMethodManagerInternal.class, mInputMethodManagerInternal); } - // TODO(b/352228316): Remove it once IMMIProxy is removed. - InputMethodManagerInternal getLocalService(){ - return mInputMethodManagerInternal; - } - private final class LocalServiceImpl extends InputMethodManagerInternal { @ImfLockFree |