Searched refs:startShortcut (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 1104 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps 1109 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions, in startShortcut() 1128 public void startShortcut(@NonNull ShortcutInfo shortcut, in startShortcut() method in LauncherApps 1130 startShortcut(shortcut.getPackage(), shortcut.getId(), in startShortcut() 1136 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut() method in LauncherApps 1141 mService.startShortcut(mContext.getPackageName(), packageName, shortcutId, in startShortcut()
|
D | ILauncherApps.aidl | 72 boolean startShortcut(String callingPackage, String packageName, String id, in startShortcut() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 1696 mLauncherApps.startShortcut(packageName, shortcutId, null, null, in launchShortcutAndGetIntents() 1713 mLauncherApps.startShortcut( in launchShortcutAndGetIntents_withShortcutInfo() 1736 mLauncherApps.startShortcut(packageName, shortcutId, null, null, 1753 mLauncherApps.startShortcut(packageName, shortcutId, null, null,
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 726 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut() method in LauncherAppsService.LauncherAppsImpl
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 10477 PLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->startShortcut(Ljava/lang/String;Ljav…
|