Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
H A DShortcutKeyDispatcher.java61 public void registerShortcutKey(long shortcutCode) { in registerShortcutKey()
70 public void onShortcutKeyPressed(long shortcutCode) { in onShortcutKeyPressed()
84 private void handleDockKey(long shortcutCode) { in handleDockKey()
H A DShortcutKeyServiceProxy.java37 void onShortcutKeyPressed(long shortcutCode); in onShortcutKeyPressed()
43 public void notifyShortcutKeyPressed(long shortcutCode) throws RemoteException { in notifyShortcutKeyPressed()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DIShortcutService.aidl27 void notifyShortcutKeyPressed(long shortcutCode); in notifyShortcutKeyPressed()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DModifierShortcutManager.java234 void registerShortcutKey(long shortcutCode, IShortcutService shortcutService) in registerShortcutKey()
251 long shortcutCode = keyCode; in handleShortcutService() local
H A DWindowManagerPolicy.java164 void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java49 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) { in registerShortcutKey()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl501 void registerShortcutKey(in long shortcutCode, IShortcutService keySubscriber); in registerShortcutKey()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7642 public void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver) in registerShortcutKey()