Backup calling new handles by CrossSimCallingViewModel. CrossSimCallingViewModel keep monitoring the active SIMs, and setup backup calling if needed. Fix: 340444839 Test: manual - SIMs Test: manual - Mobile Settings Test: unit test Change-Id: I0a3451f1e8c3984b2348cf628fb1d91ce7aaecec
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