Home
last modified time | relevance | path

Searched defs:shortcutId (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java61 @NonNull String packageName, @NonNull String shortcutId, int userId, in createShortcutIntents()
67 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconResId()
71 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconFd()
DShortcutManager.java425 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed()
427 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, in reportShortcutUsed() local
DLauncherApps.java979 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId()
1003 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd()
1008 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd()
1133 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
1165 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
DIShortcutService.aidl65 void reportShortcutUsed(String packageName, String shortcutId, int userId); in reportShortcutUsed()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1666 protected ShortcutInfo getPackageShortcut(String packageName, String shortcutId, int userId) { in getPackageShortcut()
1670 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists()
1674 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists()
1679 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntentsInner()
1693 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents()
1698 }, packageName, shortcutId, userId in launchShortcutAndGetIntents() field in BaseShortcutManagerTest
1703 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntent()
1710 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents_withShortcutInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java363 public boolean deleteDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteDynamicWithId()
377 private boolean disableDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible, in disableDynamicWithId()
389 public void disableWithId(@NonNull String shortcutId, String disabledMessage, in disableWithId()
407 private ShortcutInfo deleteOrDisableWithId(@NonNull String shortcutId, boolean disable, in deleteOrDisableWithId()
446 public void enableWithId(@NonNull String shortcutId) { in enableWithId()
DShortcutRequestPinProcessor.java453 final String shortcutId = original.getId(); in directPinShortcut() local
DShortcutService.java2248 public void reportShortcutUsed(String packageName, String shortcutId, int userId) { in reportShortcutUsed()
2660 @NonNull String packageName, @NonNull String shortcutId, int userId) { in isPinnedByCaller()
2681 @NonNull String packageName, @NonNull String shortcutId, int userId, in getShortcutInfoLocked()
2728 @NonNull String packageName, @NonNull String shortcutId, int userId, in createShortcutIntents()
2767 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconResId()
2794 @NonNull String shortcutId, int userId) { in getShortcutIconFd()
4400 ShortcutInfo getPackageShortcutForTest(String packageName, String shortcutId, int userId) { in getPackageShortcutForTest()
DLauncherAppsService.java720 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut()
/frameworks/base/core/java/android/app/usage/
DUsageStatsManagerInternal.java86 public abstract void reportShortcutUsage(String packageName, String shortcutId, in reportShortcutUsage()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1683 public void reportShortcutUsage(String packageName, String shortcutId, int userId) { in reportShortcutUsage()
/frameworks/base/core/java/android/app/
DNotification.java3533 public Builder setShortcutId(String shortcutId) { in setShortcutId()