Searched refs:ShortcutKeyServiceProxy (Results 1 – 2 of 2) sorted by relevance
35 public class ShortcutKeyDispatcher implements CoreStartable, ShortcutKeyServiceProxy.Callbacks {40 private ShortcutKeyServiceProxy mShortcutKeyServiceProxy = new ShortcutKeyServiceProxy(this);
29 public class ShortcutKeyServiceProxy extends IShortcutService.Stub { class40 public ShortcutKeyServiceProxy(Callbacks callbacks) { mCallbacks = callbacks; } in ShortcutKeyServiceProxy() method in ShortcutKeyServiceProxy