Home
last modified time | relevance | path

Searched refs:queueKeyAction (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DDeferredKeyActionExecutorTests.java45 mKeyActionExecutor.queueKeyAction(KeyEvent.KEYCODE_STEM_PRIMARY, /* downTime= */ 1, action); in queueKeyAction_actionNotExecuted()
53 mKeyActionExecutor.queueKeyAction(KeyEvent.KEYCODE_STEM_PRIMARY, /* downTime= */ 1, action); in setActionsExecutable_afterActionQueued_actionExecuted()
65 mKeyActionExecutor.queueKeyAction(KeyEvent.KEYCODE_STEM_PRIMARY, /* downTime= */ 1, action); in queueKeyAction_alreadyExecutable_actionExecuted()
73 mKeyActionExecutor.queueKeyAction( in setActionsExecutable_afterActionQueued_downTimeMismatch_actionNotExecuted()
81 mKeyActionExecutor.queueKeyAction( in setActionsExecutable_afterActionQueued_downTimeMismatch_actionNotExecuted()
93 mKeyActionExecutor.queueKeyAction(KeyEvent.KEYCODE_STEM_PRIMARY, /* downTime= */ 2, action); in queueKeyAction_afterSetExecutable_downTimeMismatch_actionNotExecuted()
103 mKeyActionExecutor.queueKeyAction( in queueKeyAction_beforeAndAfterCancelQueuedActions_onlyActionsAfterCancelExecuted()
105 mKeyActionExecutor.queueKeyAction( in queueKeyAction_beforeAndAfterCancelQueuedActions_onlyActionsAfterCancelExecuted()
108 mKeyActionExecutor.queueKeyAction( in queueKeyAction_beforeAndAfterCancelQueuedActions_onlyActionsAfterCancelExecuted()
/frameworks/base/services/core/java/com/android/server/policy/
DDeferredKeyActionExecutor.java62 public void queueKeyAction(int keyCode, long downTime, Runnable action) { in queueKeyAction() method in DeferredKeyActionExecutor
DPhoneWindowManager.java2716 mDeferredKeyActionExecutor.queueKeyAction(
2723 mDeferredKeyActionExecutor.queueKeyAction(
2744 mDeferredKeyActionExecutor.queueKeyAction(
2786 mDeferredKeyActionExecutor.queueKeyAction(