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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java828 private static final int MSG_ACCESSIBILITY_SHORTCUT = 21; field in class:PhoneWindowManager
909 case MSG_ACCESSIBILITY_SHORTCUT:
1638 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_ACCESSIBILITY_SHORTCUT),
1658 mHandler.removeMessages(MSG_ACCESSIBILITY_SHORTCUT);

Completed in 714 milliseconds