Add the skeleton of About phone Bug: 373001670 Test: atest MyDeviceInfoScreenTest Flag: com.android.settings.flags.catalyst_my_device_info_pref_screen Change-Id: I7799fa5fb82f9dd96959f1419108d15e7e4f7bb9
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