Home
last modified time | relevance | path

Searched refs:SHORTCUT_SERVICE (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/compat/tests/java/android/support/v4/content/pm/
DShortcutManagerCompatTest.java94 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()
/frameworks/base/core/java/com/android/server/backup/
DShortcutBackupHelper.java37 ServiceManager.getService(Context.SHORTCUT_SERVICE)); in getShortcutService()
/frameworks/base/core/java/android/content/pm/
DShortcutManager.java582 @SystemService(Context.SHORTCUT_SERVICE)
603 ServiceManager.getService(Context.SHORTCUT_SERVICE))); in ShortcutManager()
/frameworks/base/core/java/android/content/
DContext.java2952 SHORTCUT_SERVICE,
3919 public static final String SHORTCUT_SERVICE = "shortcut"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java818 registerService(Context.SHORTCUT_SERVICE, ShortcutManager.class, in registerService() argument
822 IBinder b = ServiceManager.getServiceOrThrow(Context.SHORTCUT_SERVICE); in registerService()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java552 publishBinderService(Context.SHORTCUT_SERVICE, mService); in onStart()
/frameworks/base/api/
Dcurrent.txt8958 field public static final java.lang.String SHORTCUT_SERVICE = "shortcut";
Dsystem-current.txt9472 field public static final java.lang.String SHORTCUT_SERVICE = "shortcut";