commit | cddbb1a920d3fa74fe099a21dafbb3f1f0192abf | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Fri Apr 05 13:24:56 2019 -0700 |
committer | David Su <dysu@google.com> | Mon Apr 08 23:11:15 2019 +0000 |
tree | a88190eea1dd92623765230a424bdd3647287022 | |
parent | 3429311d56ceb93da738b6912c17739c5e5d7fe1 [diff] |
Fix hashCode() method for wificond Parcelables Parcelables in wificond incorrectly used Objects.hash() directly on primitive array fields. Fixed to use Arrays.hashCode() instead. Bug: 130037227 Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh Test: frameworks/base/wifi/tests/runtests.sh Test: frameworks/opt/net/wifi/tests/wifitests/coverage.sh ~/temp/cov Change-Id: I1a6726e9af2c6b2bb04cdf6c175777ec28a6645e