Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java35 public class ShortcutKeyDispatcher implements CoreStartable, ShortcutKeyServiceProxy.Callbacks {
40 private ShortcutKeyServiceProxy mShortcutKeyServiceProxy = new ShortcutKeyServiceProxy(this);
DShortcutKeyServiceProxy.java29 public class ShortcutKeyServiceProxy extends IShortcutService.Stub { class
40 public ShortcutKeyServiceProxy(Callbacks callbacks) { mCallbacks = callbacks; } in ShortcutKeyServiceProxy() method in ShortcutKeyServiceProxy