Searched refs:queueKeyAction (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
D | DeferredKeyActionExecutorTests.java | 45 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/ |
D | DeferredKeyActionExecutor.java | 62 public void queueKeyAction(int keyCode, long downTime, Runnable action) { in queueKeyAction() method in DeferredKeyActionExecutor
|
D | PhoneWindowManager.java | 2716 mDeferredKeyActionExecutor.queueKeyAction( 2723 mDeferredKeyActionExecutor.queueKeyAction( 2744 mDeferredKeyActionExecutor.queueKeyAction( 2786 mDeferredKeyActionExecutor.queueKeyAction(
|