Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DSwipeToNotificationPreferenceControllerTest.java53 private static final String KEY_SWIPE_DOWN = "gesture_swipe_down_fingerprint"; field in SwipeToNotificationPreferenceControllerTest
58 mController = new SwipeToNotificationPreferenceController(mContext, KEY_SWIPE_DOWN); in setUp()
104 mController = new SwipeToNotificationPreferenceController(context, KEY_SWIPE_DOWN); in testIsChecked_configIsSet_shouldReturnTrue()
116 mController = new SwipeToNotificationPreferenceController(context, KEY_SWIPE_DOWN); in testIsChecked_configIsNotSet_shouldReturnFalse()
/packages/apps/Settings/src/com/android/settings/notification/
DConfigureNotificationSettings.java61 static final String KEY_SWIPE_DOWN = "gesture_swipe_down_fingerprint_notifications"; field in ConfigureNotificationSettings
239 keys.add(KEY_SWIPE_DOWN);