Home
last modified time | relevance | path

Searched refs:startShortcut (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DLauncherApps.java917 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
922 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions, in startShortcut()
941 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut() method in LauncherApps
943 startShortcut(shortcut.getPackage(), shortcut.getId(), in startShortcut()
948 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps
953 mService.startShortcut(mContext.getPackageName(), packageName, shortcutId, in startShortcut()
DILauncherApps.aidl61 boolean startShortcut(String callingPackage, String packageName, String id, in startShortcut() method
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1609 mLauncherApps.startShortcut(packageName, shortcutId, null, null, in launchShortcutAndGetIntents()
1626 mLauncherApps.startShortcut( in launchShortcutAndGetIntents_withShortcutInfo()
1650 mLauncherApps.startShortcut(packageName, shortcutId, null, null,
1667 mLauncherApps.startShortcut(packageName, shortcutId, null, null,
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java521 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
/frameworks/base/api/
Dcurrent.txt10341 …method public void startShortcut(java.lang.String, java.lang.String, android.graphics.Rect, androi…
10342 …method public void startShortcut(android.content.pm.ShortcutInfo, android.graphics.Rect, android.o…
Dsystem-current.txt11012 …method public void startShortcut(java.lang.String, java.lang.String, android.graphics.Rect, androi…
11013 …method public void startShortcut(android.content.pm.ShortcutInfo, android.graphics.Rect, android.o…