Files
frameworks_base/core/java/android/view
Yohei Yukawa fd70fe8fe1 Deprecate InputMethodUtils#isSystemIme() part 1
There are not a small number of files that import InputMethodUtils
just to use InputMethodUtils#isSystemIme() is necessary.

In order to make InputMethodUtils purely an internal utility library,
it would make much more sense if the logic is implemented as a private
API of InputMethodInfo, like methods like
InputMethodInfo#isAuxiliaryIme(), rather than in a static method of
InputMethodUtils.

This is a purely mechanical refactoring.  There should be no behavior
change.

Bug: 77730201
Test: atest FrameworksCoreTests:com.android.internal.inputmethod.InputMethodUtilsTest
Change-Id: I9c8518988787b748ebb35fc86fe6beee1d6c633d
2018-04-08 12:19:56 -07:00
..
2018-03-06 11:53:07 -08:00
2017-10-16 21:27:54 +01:00
2018-03-21 16:42:59 -07:00
2018-02-14 16:36:16 -08:00
2018-03-23 13:48:48 -07:00
2018-02-12 17:30:02 -08:00
2017-05-12 10:40:53 -07:00
2018-03-02 15:51:27 -08:00