Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/gestures/
DSwipeToNotificationPreferenceController.java19 import static android.provider.Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED;
35 private static final String SECURE_KEY = SYSTEM_NAVIGATION_KEYS_ENABLED;
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DSwipeToNotificationPreferenceControllerTest.java19 import static android.provider.Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED;
108 Settings.Secure.putInt(context.getContentResolver(), SYSTEM_NAVIGATION_KEYS_ENABLED, 1); in testIsChecked_configIsSet_shouldReturnTrue() local
120 Settings.Secure.putInt(context.getContentResolver(), SYSTEM_NAVIGATION_KEYS_ENABLED, 0); in testIsChecked_configIsNotSet_shouldReturnFalse() local