Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java75 public void registerShortcutKey(long shortcutCode) { in registerShortcutKey()
84 public void onShortcutKeyPressed(long shortcutCode) { in onShortcutKeyPressed()
98 private void handleDockKey(long shortcutCode) { in handleDockKey()
DShortcutKeyServiceProxy.java36 void onShortcutKeyPressed(long shortcutCode); in onShortcutKeyPressed()
42 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/servicestests/src/com/android/server/wm/
DTestWindowManagerPolicy.java100 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl368 void registerShortcutKey(in long shortcutCode, IShortcutService keySubscriber); in registerShortcutKey()
DWindowManagerPolicy.java183 void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java505 public void registerShortcutKey(long shortcutCode, IShortcutService service) in registerShortcutKey()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3776 long shortcutCode = keyCode; in interceptKeyBeforeDispatching() local
3954 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7153 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()