Searched refs:mInvocationHandler (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1954 public InvocationHandler mInvocationHandler = new InvocationHandler( field in class:AccessibilityManagerService.Service
2718 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_GESTURE,
2723 mInvocationHandler.obtainMessage(InvocationHandler.MSG_ON_KEY_EVENT,
2728 mInvocationHandler.sendEmptyMessage(
2925 Message message = mInvocationHandler.obtainMessage(
2927 mInvocationHandler.sendMessageDelayed(message, ON_KEY_EVENT_TIMEOUT_MILLIS);
2943 mInvocationHandler.removeMessages(
3015 mInvocationHandler.removeMessages(InvocationHandler.MSG_ON_KEY_EVENT_TIMEOUT,

Completed in 1015 milliseconds