Using ImeTracing instead of IInputMethodManager so we can get rid of the direct dependency between Settings DevelopmentTiles and IInputMethodManager. Bug: 175742251 Test: Manually test ime winscope works properly Test: make RunSettingsRoboTests ROBOTEST_FILTER="WinscopeTraceTest" Change-Id: I87e6e841a50b671b7f99c7afff562f3b9a6e3db9
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.