commit | 2742a030a673a49ee355d262747a0fe8de591ad3 | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Mon Jan 24 19:00:36 2022 -0800 |
committer | Yohei Yukawa <yukawa@google.com> | Mon Jan 24 19:00:36 2022 -0800 |
tree | fde4a9dd00bddcd1029b0de3c2a347c98ab17773 | |
parent | 7c46dc83efe879304dde3cadd105d0b96547e73d [diff] |
Replace mHandler.sendMessage() with sendToTarget() This CL mechanically replace mHandler.sendMessage(msg) with msg.sendToTarget(). This should be safe because we always use obtain Message objects from the same Handler object in InputMethodManagerService. There should be no observable behavior change. Bug: 192412909 Test: presubmit Change-Id: I9fa657cfff18c4111e0fad4d4e354c011c368772