summaryrefslogtreecommitdiffstats
path: root/packages/SettingsLib/tests
Commit message (Collapse)AuthorAgeFilesLines
* SettingsLib: Fix wifi crash during settings indexJason Monk2015-05-221-0/+24
| | | | | | | and test it Bug: 21365029 Change-Id: I9a914773577dcbe591b41c9114ba4d078b5e7369
* Fix crash from WPSJason Monk2015-05-131-13/+51
| | | | | | | Also fix the tests to handle the new threadedness while here. Bug: 20067687 Change-Id: I116bf14c71886b251c2e8bcaeb2c9b0e5f9ec817
* Fix crash in Wifi QS PanelJason Monk2015-02-101-0/+23
| | | | | | | | | When open QS wifi panel while wifi was off was causing a crash from wifi enabling while the WifiTracker was not in a scanning state. Fix plus a test enclosed. Bug: 19322090 Change-Id: Id863cdcbf4aa8d50822de3a200355dbaee74b488
* Move Settings wifi tracking to SettingsLibJason Monk2015-02-045-0/+469
Make SettingsLib capable of tracking which wifi networks are available/saved and their state. Also modify Quick Settings to use this code rather than having its own logic. Bug: 19180466 Change-Id: Iff9f9aed240d79323dba41496496e8076b9fa6f2