Second user or guest is limited some mobile network access. We need to check current user is admin or not to decide the preferece page will be found in search or not. Bug: 133466016 Fixes: 133466016 Test: Manual test & make RunSettingsRoboTests -j56 ROBOTEST_FILTER=com.android.settings.network Change-Id: I48d3064a8aa28ac1f2ac699b42a999b9682b1b52
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.