Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DKeyEventDispatcher.java52 public static final int MSG_ON_KEY_EVENT_TIMEOUT = 1; field in KeyEventDispatcher
152 MSG_ON_KEY_EVENT_TIMEOUT, pendingKeyEvent); in notifyKeyEventLocked()
204 if (message.what != MSG_ON_KEY_EVENT_TIMEOUT) { in handleMessage()
261 mKeyEventTimeoutHandler.removeMessages(MSG_ON_KEY_EVENT_TIMEOUT, pendingEvent); in removeReferenceToPendingEventLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DKeyEventDispatcherTest.java573 return handler.hasMessages(KeyEventDispatcher.MSG_ON_KEY_EVENT_TIMEOUT); in isTimeoutPending()