WifiService: Decouple more API calls from ClientModeImpl
Removing saved networks, suggestions, passpoints, etc will trigger a
disconnect via the listener ClientModeImpl registers with WifiConfigManager.
So, we can decouple more API handling from ClientModeImpl. WifiServiceImpl
will instead forward the corresponding API calls to the appropriate
internal module.
Also, renamed "QSDK" -> "QSdk" in some of the test names.
Bug: 138403307
Bug: 117601161
TODO: atest com.android.server.wifi
Test: Manual tests - Connecting to a new network from settings, etc.
Test: Will send for full regression testing.
Change-Id: I03b92da45121e32fc73cee42d4d059b9025f9619
4 files changed