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/
AssistGestureSettingsPreferenceControllerTest.java 96 Settings.Secure.putInt(resolver, Secure.ASSIST_GESTURE_ENABLED, 0);
99 int updatedValue = Settings.Secure.getInt(resolver, Secure.ASSIST_GESTURE_ENABLED, -1);
108 Settings.Secure.putInt(resolver, Settings.Secure.ASSIST_GESTURE_ENABLED, currentValue);
GesturesSettingsPreferenceControllerTest.java 106 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_ENABLED, 0);
111 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_ENABLED, 1);
116 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_ENABLED, 0);
  /packages/apps/Settings/src/com/android/settings/gestures/
AssistGestureSettingsPreferenceController.java 19 import static android.provider.Settings.Secure.ASSIST_GESTURE_ENABLED;
43 private static final String SECURE_KEY_ASSIST = ASSIST_GESTURE_ENABLED;
GesturesSettingPreferenceController.java 71 contentResolver, Settings.Secure.ASSIST_GESTURE_ENABLED, 1) != 0;
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 168 milliseconds