Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java680 private static final int MSG_ACCESSIBILITY_SHORTCUT = 17; field in PhoneWindowManager
737 case MSG_ACCESSIBILITY_SHORTCUT: in handleMessage()
1571 mHandler.removeMessages(MSG_ACCESSIBILITY_SHORTCUT); in interceptAccessibilityShortcutChord()
1572 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_ACCESSIBILITY_SHORTCUT), in interceptAccessibilityShortcutChord()
1619 mHandler.removeMessages(MSG_ACCESSIBILITY_SHORTCUT); in cancelPendingAccessibilityShortcutAction()
3613 mHandler.sendMessage(mHandler.obtainMessage(MSG_ACCESSIBILITY_SHORTCUT));