Rename IMM#mIInputContext to IMM#mFallbackInputConnection

This is a mechanical refactoring CL that renames

  InputMethodManager#mIInputContext

to

  InputMethodManager#mFallbackInputConnection,

which is supposed to describe what it is more accurately.

This is a preparation for upcoming remanings e.g.:

 * IInputContext -> IInputConnection
 * IInputContextInvoker -> IInputConnectionInvoker
 * IInputConnectionWrapper -> RemotableInputConnection

Bug: 192412909
Test: presubmit
Change-Id: Ibb982eb5322eb0928a4bbe9a08bd81e89724170d
1 file changed