Home
last modified time | relevance | path

Searched defs:LONG_PRESS_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DAutomationUtils.java53 private static final long LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout() * 2L; field in AutomationUtils
/frameworks/base/services/core/java/com/android/server/am/
DCoreSettingsObserver.java50 sSecureSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put()
/frameworks/base/core/java/android/provider/
DSettings.java6960 public static final String LONG_PRESS_TIMEOUT = "long_press_timeout"; field in Settings.Secure
9101 VALIDATORS.put(LONG_PRESS_TIMEOUT, LONG_PRESS_TIMEOUT_VALIDATOR); in VALIDATORS.put() argument