1. Set null content description for all labels of the chart. 2. Set 2 parts in the content description of the chart: I. Brief description of the chart. II. Stats of the data usage. Bug: 141093026 Test: ChartDataUsagePreferenceTest Manually listen to TalkBack speaking Change-Id: I82cefd9987793f40a5bba5bf3ea5f4017da37640
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.