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()
66 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconResId()
70 @NonNull String packageName, @NonNull String shortcutId, int userId); in getShortcutIconFd()
DShortcutManager.java939 public void reportShortcutUsed(String shortcutId) { in reportShortcutUsed()
941 mService.reportShortcutUsed(mContext.getPackageName(), shortcutId, in reportShortcutUsed() local
DLauncherApps.java763 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId()
787 @NonNull String packageName, @NonNull String shortcutId, @NonNull UserHandle user) { in getShortcutIconFd()
792 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconFd()
917 public void startShortcut(@NonNull String packageName, @NonNull String shortcutId, in startShortcut()
948 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/core/java/com/android/server/pm/
DShortcutPackage.java305 public boolean deleteDynamicWithId(@NonNull String shortcutId) { in deleteDynamicWithId()
318 private boolean disableDynamicWithId(@NonNull String shortcutId) { in disableDynamicWithId()
328 public void disableWithId(@NonNull String shortcutId, String disabledMessage, in disableWithId()
345 private ShortcutInfo deleteOrDisableWithId(@NonNull String shortcutId, boolean disable, in deleteOrDisableWithId()
376 public void enableWithId(@NonNull String shortcutId) { in enableWithId()
DShortcutService.java2091 public void reportShortcutUsed(String packageName, String shortcutId, int userId) { in reportShortcutUsed()
2452 @NonNull String packageName, @NonNull String shortcutId, int userId) { in isPinnedByCaller()
2471 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutInfoLocked()
2517 @NonNull String packageName, @NonNull String shortcutId, int userId) { in createShortcutIntents()
2550 @NonNull String packageName, @NonNull String shortcutId, int userId) { in getShortcutIconResId()
2577 @NonNull String shortcutId, int userId) { in getShortcutIconFd()
3943 ShortcutInfo getPackageShortcutForTest(String packageName, String shortcutId, int userId) { in getPackageShortcutForTest()
DShortcutRequestPinProcessor.java452 final String shortcutId = original.getId(); in directPinShortcut() local
DLauncherAppsService.java521 public boolean startShortcut(String callingPackage, String packageName, String shortcutId, in startShortcut()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1579 protected ShortcutInfo getPackageShortcut(String packageName, String shortcutId, int userId) { in getPackageShortcut()
1583 protected void assertShortcutExists(String packageName, String shortcutId, int userId) { in assertShortcutExists()
1587 protected void assertShortcutNotExists(String packageName, String shortcutId, int userId) { in assertShortcutNotExists()
1592 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntentsInner()
1606 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents()
1611 }, packageName, shortcutId, userId in launchShortcutAndGetIntents() field in BaseShortcutManagerTest
1616 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntent()
1623 @NonNull String packageName, @NonNull String shortcutId, int userId) { in launchShortcutAndGetIntents_withShortcutInfo()
/frameworks/support/compat/api26/android/support/v4/app/
DNotificationCompatApi26.java46 String channelId, int badgeIcon, String shortcutId, long timeoutMs, in Builder()
/frameworks/base/core/java/android/app/usage/
DUsageStatsManagerInternal.java67 public abstract void reportShortcutUsage(String packageName, String shortcutId, int userId); in reportShortcutUsage()
/frameworks/support/compat/tests/java/android/support/v4/app/
DNotificationCompatTest.java100 String shortcutId = "fgdfg"; in testShortcutId() local
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1605 public void reportShortcutUsage(String packageName, String shortcutId, int userId) { in reportShortcutUsage()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java1815 public Builder setShortcutId(String shortcutId) { in setShortcutId()