History log of /frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/UpdateParameterTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
caf9b531f7a78353be575dcaa8bb7fe83c9988ad 23-Jan-2018 Etan Cohen <etancohen@google.com> Update SmallTest library

android.test.suitebuilder.annotation.SmallTest is deprecated and
replaced by android.support.test.filters.SmallTest.

Update all test files. No other change.

Bug: 72324160
Test: all unit tests pass
Change-Id: I02ec8419a3eac698077d46b0b95f1f695b0f1b9b
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/UpdateParameterTest.java
aef5b6095f58028d51e7007e7daebeac4bb2af72 25-Jan-2017 Peter Qiu <zqiu@google.com> hotspot2: update PasspointConfiguration APIs

Based on the API guideline, use of public variables are discouraged.
So update PasspointConfiguration and its associated classes to use
private variables with public accessor methods.

While there, cleanup unit tests to reduce code duplications.

Bug: 34627062
Test: frameworks/base/wifi/tests/runtests.sh
Change-Id: I6ea45bbcf03aec01c187425a66094fad6098d75d
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/UpdateParameterTest.java
2d7af45e939a49f3b75e275a12824c9be3d2a064 17-Jan-2017 Peter Qiu <zqiu@google.com> hotspot2: add support for complete PerProviderSubscription/Policy subtree

Added Policy to PasspointConfiguration and the corresponding parser
support in PPSMOParser.

While there, fix a typo in node name "CertSHA256Fingerprint" under
CertificateCredential.

Bug: 34198926
Test: frameworks/base/wifi/test/runtests.sh
Change-Id: Iabe27cd83b6658ed7d4f895d7fe2255fe2094ebb
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/UpdateParameterTest.java