Add 'Reach to check' to lock screen settings

Also added to Gestures page to make sure we're following the
same structure for all gestures.

Change-Id: Iaa9e53e870165801decfa427441d01ee69bcce6d
Note: using dummy video. dependency on b/112442049
Bug: 111414690
Test: make RunSettingsRoboTests ROBOTEST_FILTER=ReachGesturePreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=ReachGestureSettings
This commit is contained in:
Lucas Dupin
2018-08-13 10:39:52 -07:00
parent 5aa8e3c661
commit 1dfb9421b4
8 changed files with 386 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ import androidx.annotation.VisibleForTesting;
public class PickupGesturePreferenceController extends GesturePreferenceController {
private final int ON = 1;
private final int OFF = 0;
private static final int ON = 1;
private static final int OFF = 0;
private static final String PREF_KEY_VIDEO = "gesture_pick_up_video";
private final String mPickUpPrefKey;