profile Bug: 127821779 Test: 1) Set up work profile. 2) adb shell bmgr --user 19 activate true 3) Settings -> System -> Backup -> Work -> Shows google backup settings 4) adb shell bmgr --user 19 activate false 5) Settings -> System -> Backup -> Work -> "Backup service isn't active" Change-Id: Ifc16cf3e69fd9db87d519cbad68f0f8e9d8ef6f3
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.