- Show Hotspot device type in hearder icon
- Show Hotspot device details informations.
- Internet source (network type)
- Battery
Bug: 297346368
Test: manual test
atest -c WifiNetworkDetailsFragmentTest \
WifiDetailPreferenceController2Test
atest -c SharedConnectivityRepositoryTest \
WifiNetworkDetailsViewModelTest
Merged-In: I4bd090e00681911c8fac469289fd818237b8c518
Change-Id: I4bd090e00681911c8fac469289fd818237b8c518
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.