This parser will convert a PPS MO (PerProviderSubscription Management Object) tree XML string to a PasspointConfiguration parcelable object. Bug: 32129686 Change-Id: Ia80b6d73828436ded57a3817f5eca7b79c618de4 Test: frameworks/base/wifi/tests/runtests.sh
8 lines
539 B
Plaintext
8 lines
539 B
Plaintext
PerProviderSubscription.xml - valid PPS XML file
|
|
PerProviderSubscription_DuplicateHomeSP.xml - containing multiple HomeSP node
|
|
PerProviderSubscription_DuplicateValue.xml - FriendlyName node contains multiple Value
|
|
PerProviderSubscription_MissingValue.xml - FriendlyName node is missing Value
|
|
PerProviderSubscription_MissingName.xml - HomeSP node is missing NodeName
|
|
PerProviderSubscription_InvalidNode.xml - FQDN node contains both Value and a child node
|
|
PerProviderSubscription_InvalidName.xml - FriendlyName node have a typo in its name
|