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

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

Merge "Remove unsed imports from IAccessibilityInputMethodSession.aidl"

parents 96590d23 d02a6c0f
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.