Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff4b56a0 authored by Antonio Kantek's avatar Antonio Kantek
Browse files

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
parent 089efb6b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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