- android.icu.impl.TimeZoneAdapter doesn't fully implement java.util.TimeZone, e.g. does not override getOffset(long date). TimeZoneAdapter isn't a public API in ICU/Android. It shouldn't be used in the first place Bug: 77223510 Test: m RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.datetime.timezone Change-Id: Ic0d7794326948796dcc5cc0b268ef634a74803c4
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.