Home
last modified time | relevance | path

Searched refs:SYSTEM_NAVIGATION_KEYS_ENABLED (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/gestures/
H A DSwipeToNotificationPreferenceController.java19 import static android.provider.Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED;
35 private static final String SECURE_KEY = SYSTEM_NAVIGATION_KEYS_ENABLED;
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
H A DSwipeToNotificationPreferenceControllerTest.java19 import static android.provider.Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED;
103 Settings.Secure.putInt(context.getContentResolver(), SYSTEM_NAVIGATION_KEYS_ENABLED, 1); in testIsChecked_configIsSet_shouldReturnTrue() local
115 Settings.Secure.putInt(context.getContentResolver(), SYSTEM_NAVIGATION_KEYS_ENABLED, 0); in testIsChecked_configIsNotSet_shouldReturnFalse() local
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java102 Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED,
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java147 VALIDATORS.put(Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2526 Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, in dumpProtoSecureSettingsLocked()
2527 SecureSettingsProto.SYSTEM_NAVIGATION_KEYS_ENABLED); in dumpProtoSecureSettingsLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java727 Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED), false, this, in observe()
2101 Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, in updateSettings()
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java9608 public static final String SYSTEM_NAVIGATION_KEYS_ENABLED = field in Settings.Secure
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46120 Landroid/provider/Settings$Secure;->SYSTEM_NAVIGATION_KEYS_ENABLED:Ljava/lang/String;