Load the slice action label string safely when action label is set, and no longer at adapter instantiation time. Bug: b/298571448 Test: atest PanelSlicesAdapterTest Change-Id: I0d5b6e0b2db2fa78d3f58ae2cb96f14437923ffd
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.