StylusManager battery listener now triggers whenever the stylus battery becomes stale, so we no longer need to track event time from the updater. Bug: 270422546 Test: StylusDeviceUpdaterTest Change-Id: I36f5dc132a95f7d4649cec2bda1d457edc1f64bd
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.