Home
last modified time | relevance | path

Searched defs:shortcutCode (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java59 public void registerShortcutKey(long shortcutCode) { in registerShortcutKey()
68 public void onShortcutKeyPressed(long shortcutCode) { in onShortcutKeyPressed()
82 private void handleDockKey(long shortcutCode) { in handleDockKey()
DShortcutKeyServiceProxy.java37 void onShortcutKeyPressed(long shortcutCode); in onShortcutKeyPressed()
43 public void notifyShortcutKeyPressed(long shortcutCode) throws RemoteException { in notifyShortcutKeyPressed()
/frameworks/base/core/java/com/android/internal/policy/
DIShortcutService.aidl27 void notifyShortcutKeyPressed(long shortcutCode); in notifyShortcutKeyPressed()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java61 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl446 void registerShortcutKey(in long shortcutCode, IShortcutService keySubscriber); in registerShortcutKey()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java165 void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()
DPhoneWindowManager.java3015 long shortcutCode = keyCode; in interceptKeyBeforeDispatchingInner() local
3243 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7058 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()