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

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

Remove unsed imports from IAccessibilityInputMethodSession.aidl

This is a follow up CL to my previous CL [1], which introduced a new
set of IPC definitions for A11yIME.

When implementing that CL, somehow I left some unused import lines in
IAccessibilityInputMethodSession.aidl.

This CL removes such unnecessary import lines.

This is a mechanical and no-op code clean-up.  There should be no
observable behavior change.

 [1]: I5ff2e804cbcf90828370a0612ff54111130bdff4
      c60176c1

Bug: 215636776
Bug: 234882948
Test: presubmit
Change-Id: Icdf75a31ab5c7697da00e77835f7b8f38835de9c
parent 8e8371d7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -16,17 +16,9 @@

package com.android.internal.inputmethod;

import android.graphics.Rect;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.view.inputmethod.CompletionInfo;
import android.view.inputmethod.CursorAnchorInfo;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.ExtractedText;

import com.android.internal.inputmethod.IRemoteAccessibilityInputConnection;
import com.android.internal.view.IInputContext;

/**
 * Sub-interface of IInputMethodSession which is safe to give to A11y IME.