Page is altered to display the FAB shortcut and gesture shortcut simultaneously when the user is in gesture navigation mode. The gesture option does not display the "more options" link. Additionally, the gesture option controller uses the GESTURE type, which means it will read from & write to the gesture setting. All this behavior is flag protected. Bug: 300318311 Test: atest FloatingButtonShortcutOptionControllerTest GestureShortcutOptionControllerTest Flag: android.provider.a11y_standalone_gesture_enabled Change-Id: I915f05b2102ce499bb906df2c13e0870ae0a36d5
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest