Carrier id will be get in DataUsageListAppsController async. Bug: 348118234 Flag: EXEMPT clean up Test: manual - on DataUsageList Change-Id: I06b361f38d04c5020431cd8c6e359aa3a69942e5
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest