Searched refs:startShortcut (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 917 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()
|
D | ILauncherApps.aidl | 61 boolean startShortcut(String callingPackage, String packageName, String id, in startShortcut() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 1609 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/ |
D | LauncherAppsService.java | 521 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
|
/frameworks/base/api/ |
D | current.txt | 10341 …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…
|
D | system-current.txt | 11012 …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…
|