Searched refs:SECURE_KEY (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/gestures/
H A DDoubleTapPowerPreferenceController.java41 private final String SECURE_KEY = CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED; field in class:DoubleTapPowerPreferenceController
76 Settings.Secure.putInt(mContext.getContentResolver(), SECURE_KEY, enabled ? ON : OFF);
83 SECURE_KEY, ON);
93 return new InlineSwitchPayload(SECURE_KEY, ResultPayload.SettingsSource.SECURE,
H A DDoubleTapScreenPreferenceController.java43 private final String SECURE_KEY = DOZE_PULSE_ON_DOUBLE_TAP; field in class:DoubleTapScreenPreferenceController
76 Settings.Secure.putInt(mContext.getContentResolver(), SECURE_KEY, enabled ? ON : OFF);
96 return new InlineSwitchPayload(SECURE_KEY, ResultPayload.SettingsSource.SECURE,
H A DSwipeToNotificationPreferenceController.java37 private static final String SECURE_KEY = SYSTEM_NAVIGATION_KEYS_ENABLED; field in class:SwipeToNotificationPreferenceController
83 return Settings.Secure.getInt(context.getContentResolver(), SECURE_KEY, OFF) == ON;
88 context.getContentResolver(), SECURE_KEY, isEnabled ? ON : OFF);
H A DPickupGesturePreferenceController.java43 private final String SECURE_KEY = DOZE_PULSE_ON_PICK_UP; field in class:PickupGesturePreferenceController
87 SECURE_KEY, enabled ? ON : OFF);
102 return new InlineSwitchPayload(SECURE_KEY, ResultPayload.SettingsSource.SECURE,

Completed in 62 milliseconds