Searched refs:SHORTCUT_SERVICE (Results 1 – 7 of 7) sorted by relevance
37 ServiceManager.getService(Context.SHORTCUT_SERVICE)); in getShortcutService()
61 @SystemService(Context.SHORTCUT_SERVICE)83 ServiceManager.getService(Context.SHORTCUT_SERVICE))); in ShortcutManager()
3246 SHORTCUT_SERVICE,4524 public static final String SHORTCUT_SERVICE = "shortcut"; field in Context
1067 registerService(Context.SHORTCUT_SERVICE, ShortcutManager.class, in registerService() argument1071 IBinder b = ServiceManager.getServiceOrThrow(Context.SHORTCUT_SERVICE); in registerService()
1501 ShortcutManager sm = (ShortcutManager) getSystemService(Context.SHORTCUT_SERVICE);
577 publishBinderService(Context.SHORTCUT_SERVICE, mService); in onStart()
9863 field public static final String SHORTCUT_SERVICE = "shortcut";