Searched refs:WAKE_GESTURE_ENABLED (Results 1 – 1 of 1) sorted by relevance
25 import static android.provider.Settings.Secure.WAKE_GESTURE_ENABLED;50 Settings.Secure.putInt(mContext.getContentResolver(), WAKE_GESTURE_ENABLED, value ? 1 : 0); in onPreferenceChange() local56 int value = Settings.Secure.getInt(mContext.getContentResolver(), WAKE_GESTURE_ENABLED, 0); in updateState()