HomeSort by relevance Sort by last modified time
    Searched refs:ASSIST_GESTURE_ENABLED (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
AssistGestureSensitivityPreferenceControllerTest.java 41 import static android.provider.Settings.Secure.ASSIST_GESTURE_ENABLED;
68 Settings.Secure.ASSIST_GESTURE_ENABLED, 1);
77 Settings.Secure.ASSIST_GESTURE_ENABLED, 0);
86 Settings.Secure.ASSIST_GESTURE_ENABLED, 1);
95 Settings.Secure.ASSIST_GESTURE_ENABLED, 0);
AssistGesturePreferenceControllerTest.java 40 import static android.provider.Settings.Secure.ASSIST_GESTURE_ENABLED;
81 Settings.System.putInt(context.getContentResolver(), ASSIST_GESTURE_ENABLED, 1);
91 Settings.System.putInt(context.getContentResolver(), ASSIST_GESTURE_ENABLED, 0);
  /packages/apps/Settings/src/com/android/settings/gestures/
AssistGesturePreferenceController.java 103 Settings.Secure.ASSIST_GESTURE_ENABLED, enabled ? 1 : 0);
120 Settings.Secure.ASSIST_GESTURE_ENABLED, 1);
127 Settings.Secure.getUriFor(Settings.Secure.ASSIST_GESTURE_ENABLED);
AssistGestureSensitivityPreferenceController.java 73 Settings.Secure.ASSIST_GESTURE_ENABLED,
129 Settings.Secure.getUriFor(Settings.Secure.ASSIST_GESTURE_ENABLED);
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 277 milliseconds