diff options
author | Yohei Yukawa <yukawa@google.com> | 2018-09-09 20:48:25 -0700 |
---|---|---|
committer | Yohei Yukawa <yukawa@google.com> | 2018-09-09 20:48:25 -0700 |
commit | 83b7d72a055bb6a1f85f1c25c02a2d529f5da1ca (patch) | |
tree | 7ee29b476ff500189306d396c456e117eafbf090 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
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
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions