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

Commit b7f734b0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove obsolete `getLocalService` method" into main

parents 6cab3251 ff4b56a0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -5669,11 +5669,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