Home | History | Annotate | Download | only in gestures

Lines Matching defs:Settings

17 package com.android.settings.gestures;
27 import android.provider.Settings;
30 import com.android.settings.R;
31 import com.android.settings.testutils.FakeFeatureFactory;
32 import com.android.settings.testutils.SettingsRobolectricTestRunner;
33 import com.android.settings.testutils.shadow.ShadowSecureSettings;
104 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_ENABLED, 0);
105 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_SILENCE_ALERTS_ENABLED, 0);
109 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_ENABLED, 1);
110 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_SILENCE_ALERTS_ENABLED, 0);
114 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_ENABLED, 0);
115 Settings.Secure.putInt(cr, Settings.Secure.ASSIST_GESTURE_SILENCE_ALERTS_ENABLED, 1);