diff options
| author | Yohei Yukawa <yukawa@google.com> | 2021-07-07 09:03:34 -0700 |
|---|---|---|
| committer | Yohei Yukawa <yukawa@google.com> | 2021-07-07 09:03:34 -0700 |
| commit | 8426bd7d02cf249b86b2f1954c268e3b782773e3 (patch) | |
| tree | 814290075c43ada5043356bfde9cb8462b35111a /core/java/android/inputmethodservice/AbstractInputMethodService.java | |
| parent | 6bd10151af7d947f1a41e2f20303c525ac81524d (diff) | |
Rename InputConnectionWrapper to RemoteInputConnection
This is a purely mechanical refactoring with no behavior change.
An existing non-API class
com.android.internal.view.InputConnectionWrapper
has been used only from another non-API class
android.inputmethodservice.IInputMethodWrapper.
By moving it to android.inputmethodservice package we can make it a
package-private class, which is what this CL is intended
to achieve.
Furthermore, there is another public API class with the same name:
android.view.inputmethod.InputConnectionWrapper
, which has been confusing with this internal one. To avoid such a
confusion, this CL also renames this internal one to
RemoteInputConnection.
Other than those mechanical changes, there should be no observable
behavior changes.
Bug: 192412909
Test: atest CtsInputMethodTestCases
Change-Id: Ic0babecd34a6bc80b917050370abc2db5c03d84e
Diffstat (limited to 'core/java/android/inputmethodservice/AbstractInputMethodService.java')
0 files changed, 0 insertions, 0 deletions
