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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
AssistGestureSettingsPreferenceControllerTest.java 89 Settings.Secure.putInt(resolver, Secure.ASSIST_GESTURE_ENABLED, 0);
92 int updatedValue = Settings.Secure.getInt(resolver, Secure.ASSIST_GESTURE_ENABLED, -1);
101 Settings.Secure.putInt(resolver, Settings.Secure.ASSIST_GESTURE_ENABLED, currentValue);
GesturesSettingsPreferenceControllerTest.java 104 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_ENABLED, 0);
109 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_ENABLED, 1);
114 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;
39 private static final String SECURE_KEY_ASSIST = ASSIST_GESTURE_ENABLED;
GesturesSettingPreferenceController.java 89 contentResolver, Settings.Secure.ASSIST_GESTURE_ENABLED, 1) != 0;
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java     [all...]

Completed in 81 milliseconds