Searched refs:CAMERA_GESTURE_DISABLED (Results 1 – 1 of 1) sorted by relevance
61 import static android.provider.Settings.Secure.CAMERA_GESTURE_DISABLED;382 int value = Settings.Secure.getInt(getContentResolver(), CAMERA_GESTURE_DISABLED, 0); in updateState()444 Settings.Secure.putInt(getContentResolver(), CAMERA_GESTURE_DISABLED, in onPreferenceChange() local