History log of /frameworks/base/core/tests/coretests/src/android/net/NetworkKeyTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fde900dbbd8c2d2863274804db287deb0af9ccc4 15-Feb-2017 Stephen Chen <stewchen@google.com> Fail safely on invalid ScanResults when creating NetworkKey

Added tests for NetworkKey#createFromScanResult

Bug: 34671341
Test: runtest --path
frameworks/base/core/tests/coretests/src/android/net/NetworkKeyTest.java
runtest --path
frameworks/base/services/tests/servicestests/src/com/android/server/NetworkScoreServiceTest.java

Change-Id: Ideac1615917649cd3934421228a82aeed37e7ad1
/frameworks/base/core/tests/coretests/src/android/net/NetworkKeyTest.java
ba242734015ec89d434289c0905d0cc977c0a414 25-Jan-2017 Jeremy Joslin <jjoslin@google.com> Implemented network score cache filtering.

NetworkScoreCaches registered with a filter type will now only
receive updates that match their filter criteria.

Test: runtest frameworks-services -c com.android.server.NetworkScoreServiceTest
Bug: 34127291
Change-Id: I3d5e6e57b6682707b0734259a2530658ad75dbb7
/frameworks/base/core/tests/coretests/src/android/net/NetworkKeyTest.java
3824db6141c9ecabfc0ab900f2120e3aef3e9425 21-Jul-2014 Jeff Davidson <jpd@google.com> Delete most network scorer tests from coretests.

Anything which tests public API functionality will be moved to a
compatibility test suite.

The only remaining test is NetworkScorerAppManagerTest, which contains
unit tests for an internal helper class that is not (and should not
be) exposed via @SystemApi or otherwise.

Bug: 16355542
Change-Id: I478da97d3a4d09407992af37e45466dc484fa8cf
/frameworks/base/core/tests/coretests/src/android/net/NetworkKeyTest.java
dc960e21ef1005fab5ef145773ddd6f40c802217 08-Apr-2014 Jeff Davidson <jpd@google.com> Data structures for communication with network scorer apps.

NetworkKey represents the necessary information to identify a network
to be scored. ScoredNetwork contains the key to identify a network as
well as a score to be used when evaluating that network (as a curve
based on RSSI).

Bug: 13767776
Change-Id: I6bfebd105c9381e615513167b4332b767b43a23a
/frameworks/base/core/tests/coretests/src/android/net/NetworkKeyTest.java