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

Commit e302d2ea authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Fix a JavaDoc link to inputMethodClientHasFocus()

I forgot to update this JavaDoc in my recent CL [1] that moved
inputMethodClientHasFocus() from WindowManagerService to
WindowManagerInternal.

 [1]: I20c618174d8279a9a57f458fb908235f452b2281
      cf93f9a5

Bug: 112722651
Test: compile
Change-Id: I46cc9dd7479cc178770098a7bb6f0785598db3cf
parent e3427ee4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@ public final class InputBindResult implements Parcelable {
         * The client should try to restart input when its {@link android.view.Window} is focused
         * again.</p>
         *
         * @see com.android.server.wm.WindowManagerService#inputMethodClientHasFocus(IInputMethodClient)
         * @see com.android.server.wm.WindowManagerInternal#inputMethodClientHasFocus(
         * IInputMethodClient)
         */
        int ERROR_NOT_IME_TARGET_WINDOW = 11;
        /**