Home
last modified time | relevance | path

Searched refs:getShortcutIconResId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java65 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, in getShortcutIconResId() method in ShortcutServiceInternal
DILauncherApps.aidl64 int getShortcutIconResId(String callingPackage, String packageName, String id, in getShortcutIconResId() method
DLauncherApps.java755 public int getShortcutIconResId(@NonNull ShortcutInfo shortcut) { in getShortcutIconResId() method in LauncherApps
763 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId() method in LauncherApps
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java484 public int getShortcutIconResId(String callingPackage, String packageName, String id, in getShortcutIconResId() method in LauncherAppsService.LauncherAppsImpl
494 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(), in getShortcutIconResId()
DShortcutService.java2549 public int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, in getShortcutIconResId() method in ShortcutService.LocalService
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java652 mLauncherApps.getShortcutIconResId( in testIcons()
657 mLauncherApps.getShortcutIconResId( in testIcons()
662 mLauncherApps.getShortcutIconResId( in testIcons()
666 mLauncherApps.getShortcutIconResId( in testIcons()
670 mLauncherApps.getShortcutIconResId( in testIcons()
687 mLauncherApps.getShortcutIconResId( in testIcons()
697 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_0)); in testIcons()
700 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res64x64", HANDLE_USER_0)); in testIcons()
703 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_P0)); in testIcons()