commit | 90b8b46d353c714f7748a9a76e9c8cfeb97474d0 | [log] [tgz] |
---|---|---|
author | xshu <xshu@google.com> | Tue Oct 29 15:43:06 2019 -0700 |
committer | xshu <xshu@google.com> | Wed Oct 30 14:11:47 2019 -0700 |
tree | a30c35ec6b96d169a9ccb847c51579e36ba106fb | |
parent | ac796ffe40a3c1025d85a9ac21f181aae2377d99 [diff] |
NetworkSelector#selectNetwork use Set instead of HashSet Currently selectNetwork takes as input the BSSID blocklist as a HashSet, but I don't see any reasons why we need this restriction. Changed the input type to Set instead. Bug: 139287182 Test: atest FrameworksWifiTests Change-Id: Ic0ae01ef18e8d0b83e765b2445a0d77a19fefe90