Home
last modified time | relevance | path

Searched refs:LONG_PRESS_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DSelectLongPressTimeoutPreferenceControllerTest.java65 Settings.Secure.LONG_PRESS_TIMEOUT, SHORT_VALUE); in updateState_toShortTimeout_shouldReturnShortSummary()
74 Settings.Secure.LONG_PRESS_TIMEOUT, MEDIUM_VALUE); in updateState_toMediumTimeout_shouldReturnMediumSummary()
83 Settings.Secure.LONG_PRESS_TIMEOUT, LONG_VALUE); in updateState_toLongTimeout_shouldReturnLongSummary()
92 Settings.Secure.LONG_PRESS_TIMEOUT, INVALID_VALUE); in updateState_toInvalidTimeout_shouldReturnEmptySummary()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DExtendedLongPressTimeoutRule.java46 Settings.Secure.LONG_PRESS_TIMEOUT, in apply()
56 Settings.Secure.LONG_PRESS_TIMEOUT, in apply()
68 Settings.Secure.LONG_PRESS_TIMEOUT, in apply()
/packages/apps/Settings/src/com/android/settings/accessibility/
DSelectLongPressTimeoutPreferenceController.java55 Settings.Secure.LONG_PRESS_TIMEOUT, newValue); in onPreferenceChange()
70 Settings.Secure.LONG_PRESS_TIMEOUT, mLongPressTimeoutDefault); in getLongPressTimeoutValue()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java110 static final String LONG_PRESS_TIMEOUT = "long_press_timeout"; field in CarInputService
300 UserHandle.CURRENT.getIdentifier()), LONG_PRESS_TIMEOUT, in getViewLongPressDelay()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java223 CarInputService.LONG_PRESS_TIMEOUT).that( in testConstantValueMatching()
224 CarInputService.LONG_PRESS_TIMEOUT).isEqualTo( in testConstantValueMatching()
225 Settings.Secure.LONG_PRESS_TIMEOUT); in testConstantValueMatching()