Bug: 372254720 Test: atest PaymentSettingsTest Flag: android.permission.flags.wallet_role_enabled Change-Id: I4044d8fcd95db215d4a06b335b3cb96f8a5e3697
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