Home
last modified time | relevance | path

Searched defs:shortcutId (Results 1 – 14 of 14) 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.java643 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed()
645 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, in reportShortcutUsed() local
DLauncherApps.java873 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId()
897 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd()
902 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd()
1027 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
1058 private void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
DIShortcutService.aidl64 void reportShortcutUsed(String packageName, String shortcutId, int userId); in reportShortcutUsed()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1630 protected ShortcutInfo getPackageShortcut(String packageName, String shortcutId, int userId) { in getPackageShortcut()
1634 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists()
1638 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists()
1643 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntentsInner()
1657 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents()
1662 }, packageName, shortcutId, userId in launchShortcutAndGetIntents() field in BaseShortcutManagerTest
1667 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntent()
1674 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents_withShortcutInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java344 public boolean deleteDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible) { in deleteDynamicWithId()
358 private boolean disableDynamicWithId(@NonNull String shortcutId, boolean ignoreInvisible, in disableDynamicWithId()
370 public void disableWithId(@NonNull String shortcutId, String disabledMessage, in disableWithId()
388 private ShortcutInfo deleteOrDisableWithId(@NonNull String shortcutId, boolean disable, in deleteOrDisableWithId()
427 public void enableWithId(@NonNull String shortcutId) { in enableWithId()
DShortcutRequestPinProcessor.java453 final String shortcutId = original.getId(); in directPinShortcut() local
DShortcutService.java2184 public void reportShortcutUsed(String packageName, String shortcutId, int userId) { in reportShortcutUsed()
2596 @NonNull String packageName, @NonNull String shortcutId, int userId) { in isPinnedByCaller()
2617 @NonNull String packageName, @NonNull String shortcutId, int userId, in getShortcutInfoLocked()
2664 @NonNull String packageName, @NonNull String shortcutId, int userId, in createShortcutIntents()
2703 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconResId()
2730 @NonNull String shortcutId, int userId) { in getShortcutIconFd()
4338 ShortcutInfo getPackageShortcutForTest(String packageName, String shortcutId, int userId) { in getPackageShortcutForTest()
DLauncherAppsService.java492 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut()
/frameworks/base/core/java/android/app/usage/
DUsageStatsManagerInternal.java80 public abstract void reportShortcutUsage(String packageName, String shortcutId, in reportShortcutUsage()
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
DNotificationCompatTest.java105 String shortcutId = "fgdfg"; in testShortcutId() local
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1245 public void reportShortcutUsage(String packageName, String shortcutId, int userId) { in reportShortcutUsage()
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java1522 public Builder setShortcutId(String shortcutId) { in setShortcutId()
/frameworks/base/core/java/android/app/
DNotification.java3326 public Builder setShortcutId(String shortcutId) { in setShortcutId()