commit | ddafc73496e3bab135ac7249bfb3cf4d871e5cf2 | [log] [tgz] |
---|---|---|
author | Peter Qiu <zqiu@google.com> | Wed Jan 25 12:27:08 2017 -0800 |
committer | Peter Qiu <zqiu@google.com> | Tue Jan 31 13:26:36 2017 -0800 |
tree | 30e77d1c71129ec25ce76666bf1f97983b18ed0f | |
parent | aef5b6095f58028d51e7007e7daebeac4bb2af72 [diff] |
hotspot2: implement hashCode() for classes with equals() function According to API guideline, classes that override equals() function should override hashCode() as well. Make it so. Bug: 34198926 Test: frameworks/base/wifi/tests/runtests.sh Change-Id: I4c3afed78a2fc06cdc26dd04d076f579b3472139