commit | 1fd51c8f4bacc00fe7865d2c6908f1ea744608e0 | [log] [tgz] |
---|---|---|
author | Nate Jiang <qiangjiang@google.com> | Wed May 03 16:14:56 2023 -0700 |
committer | Nate(Qiang) Jiang <qiangjiang@google.com> | Thu May 04 01:52:48 2023 +0000 |
tree | 854be895ef616d3ea8282b517f3159b3c2b97bef | |
parent | bf595f428c191f25dfc509996c36b14aa983c98c [diff] |
Use dispatchAll to reduce the flakiness As these tasks are not blocking call, dispatchAll could make sure the task execution is finished. AutoDispatch shoud only be used with the blocking call with return value. Bug: 259632993 Test: atest WifiServiceImplTest Change-Id: I3f0d9f7629525d6657af47b8c5eb6f109767c1a7