commit | 83b7d72a055bb6a1f85f1c25c02a2d529f5da1ca | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Sun Sep 09 20:48:25 2018 -0700 |
committer | Yohei Yukawa <yukawa@google.com> | Sun Sep 09 20:48:25 2018 -0700 |
tree | 7ee29b476ff500189306d396c456e117eafbf090 | |
parent | 826a36c19b5ca86bf976f66c45c703fdc8db92ee [diff] |
Remove redundant synchronized blocks Unless it is also touching any internal field that needs to be synchronized with InputMethodManager#mH, just making IPC to InputMethodManagerService (IMMS) does not need any additional serialization in the caller side. IMMS itself already has internal lock to serializate incoming operations. Bug: 114418674 Test: atest CtsInputMethodTestCases CtsInputMethodServiceHostTestCases Change-Id: I214d2c481c9fe862fbb9ec0759df2c798915b9f0