Simplify IMMS#postInputMethodSettingUpdatedLocked() a bit

This CL simplifies

  InputMethodManagerService#postInputMethodSettingUpdatedLocked()

a bit by explicitly having a local instance "userId" instead of using

  settings.getUserId()

as a synonym of it.

This is a mechanical refactoring CL, which should have no behavior
change.

Bug: 305849394
Test: presubmit
Flag: EXEMPT refactor
Change-Id: Idb8acd978fb6da285349841da61de018a0a7e19b
1 file changed