Home
last modified time | relevance | path

Searched defs:notifyShortcutKeyPressed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DIShortcutService.aidl27 void notifyShortcutKeyPressed(long shortcutCode); in notifyShortcutKeyPressed() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyServiceProxy.java42 public void notifyShortcutKeyPressed(long shortcutCode) throws RemoteException { in notifyShortcutKeyPressed() method in ShortcutKeyServiceProxy