History log of /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/XMLNode.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ddafc73496e3bab135ac7249bfb3cf4d871e5cf2 25-Jan-2017 Peter Qiu <zqiu@google.com> 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
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/XMLNode.java
bae4becf6997843cddf0d0c1dfa1f63e4580e6f8 14-Oct-2016 Peter Qiu <zqiu@google.com> wifi: hotspot2: omadm: add XML parser for parsing OMA-DM XML string

The XML parser will parse an XML string into a tree-like structure
represented by XMLNode, which will be used by an object specific parser
(e.g. PerProviderSubscription Management Object tree parser) for further
processing.

Bug: 32129686
Test: frameworks/base/wifi/tests/runtests.sh

Change-Id: I69c1931b2e8a6f3551e4eba5cffa3d2d0877872a
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/XMLNode.java