Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyServiceProxy.java36 void onShortcutKeyPressed(long shortcutCode); in onShortcutKeyPressed() method
53 mCallbacks.onShortcutKeyPressed((Long)msg.obj); in handleMessage()
DShortcutKeyDispatcher.java84 public void onShortcutKeyPressed(long shortcutCode) { in onShortcutKeyPressed() method in ShortcutKeyDispatcher