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

Commit d3e98955 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

ImeBackCallbackProxy clean up

This is a follow up of Id34d2170daf7144a5105d7fafb0507639d95e1f5 to
clean up some minor things that were missed in that CL.

Bug: 436871339
Test: presubmit
Flag: EXEMPT cleanup
Change-Id: I3959b50fa0c4385dad337cdb6858051fb8a2f1d8
parent c289433d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ import java.util.ArrayList;
/**
 * A handler (on the app process side) for IME back callbacks.
 *
 * See {@link ImeOnBackInvokedDispatcher} for the counterpart of this class on the IME process side.
 * See {@link ImeBackCallbackSender} for the counterpart of this class on the IME process side.
 *
 * This class lives in the app process and handles back callback registrations from the IME process.
 * Whenever it receives a callback registration through its ResultReceiver, it registers the
@@ -51,7 +51,7 @@ import java.util.ArrayList;
 * sent to the IME process. The IME process then uses the provided ResultReceiver to send callback
 * registrations and unregistrations to the app process.
 *
 * @see ImeOnBackInvokedDispatcher
 * @see ImeBackCallbackSender
 * @hide
 */
public class ImeBackCallbackProxy {
+0 −20
Original line number Diff line number Diff line
/* //device/java/android/android/os/ParcelFileDescriptor.aidl
**
** Copyright 2022, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/

package android.window;

parcelable ImeOnBackInvokedDispatcher;
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.ImeTracker;
import android.view.inputmethod.InputBinding;
import android.view.inputmethod.InputMethodSubtype;
import android.window.ImeOnBackInvokedDispatcher;
import com.android.internal.inputmethod.IConnectionlessHandwritingCallback;
import com.android.internal.inputmethod.IInlineSuggestionsRequestCallback;
import com.android.internal.inputmethod.IInputMethodPrivilegedOperations;
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ import android.view.inputmethod.ImeTracker;
import android.view.inputmethod.InputMethodInfo;
import android.view.inputmethod.InputMethodSubtype;
import android.view.inputmethod.EditorInfo;
import android.window.ImeOnBackInvokedDispatcher;

import com.android.internal.inputmethod.IBooleanListener;
import com.android.internal.inputmethod.IConnectionlessHandwritingCallback;