Searched refs:SHORTCUT_SERVICE (Results 1 – 8 of 8) sorted by relevance
94 doReturn(mockShortcutManager).when(mContext).getSystemService(eq(Context.SHORTCUT_SERVICE)); in testIsRequestPinShortcutSupported_v26()112 doReturn(mockShortcutManager).when(mContext).getSystemService(eq(Context.SHORTCUT_SERVICE)); in testRequestPinShortcut_v26()132 doReturn(mockShortcutManager).when(mContext).getSystemService(eq(Context.SHORTCUT_SERVICE)); in testCreateShortcutResultIntent_v26()
37 ServiceManager.getService(Context.SHORTCUT_SERVICE)); in getShortcutService()
582 @SystemService(Context.SHORTCUT_SERVICE)603 ServiceManager.getService(Context.SHORTCUT_SERVICE))); in ShortcutManager()
2952 SHORTCUT_SERVICE,3919 public static final String SHORTCUT_SERVICE = "shortcut"; field in Context
818 registerService(Context.SHORTCUT_SERVICE, ShortcutManager.class, in registerService() argument822 IBinder b = ServiceManager.getServiceOrThrow(Context.SHORTCUT_SERVICE); in registerService()
552 publishBinderService(Context.SHORTCUT_SERVICE, mService); in onStart()
8958 field public static final java.lang.String SHORTCUT_SERVICE = "shortcut";
9472 field public static final java.lang.String SHORTCUT_SERVICE = "shortcut";