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 D | SwipeToNotificationPreferenceController.java | 19 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 D | SwipeToNotificationPreferenceControllerTest.java | 19 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 D | SecureSettings.java | 102 Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED,
|
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | SecureSettingsValidators.java | 147 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 D | SettingsProtoDumpUtil.java | 2526 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 D | PhoneWindowManager.java | 727 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 D | Settings.java | 9608 public static final String SYSTEM_NAVIGATION_KEYS_ENABLED = field in Settings.Secure
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 46120 Landroid/provider/Settings$Secure;->SYSTEM_NAVIGATION_KEYS_ENABLED:Ljava/lang/String;
|