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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
H A DShortcutKeyServiceProxy.java29 private static final int MSG_SHORTCUT_RECEIVED = 1; field in class:ShortcutKeyServiceProxy
44 mHandler.obtainMessage(MSG_SHORTCUT_RECEIVED, shortcutCode).sendToTarget();
52 case MSG_SHORTCUT_RECEIVED:

Completed in 36 milliseconds