commit | 52a97fa1b012fe61976e7c62673c571fbf8d187f | [log] [tgz] |
---|---|---|
author | junyulai <junyulai@google.com> | Tue Mar 03 15:47:13 2020 +0800 |
committer | junyulai <junyulai@google.com> | Tue Mar 03 16:27:03 2020 +0800 |
tree | 35a5c403e9246cdc066786db3b524de4db27e031 | |
parent | 1609800ef9b2d40479167bf281a421d96d1e5e3b [diff] |
Remove the need of accessing handler in NSS unit test Currently, to wait for handler becomes idle, specific message is used and the test would wait for condition variable to be open when the message is processed. However, this is already done in the HandlerUtils. Thus, there is no need to post such message manually in the handler. Test: atest FrameworksNetTests Bug: 150664039 Change-Id: Iab32b2dbab01634ca159dcb90fc9f929d1fed1a2