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

/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java62 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, method in class:ShortcutServiceInternal
H A DILauncherApps.aidl57 int getShortcutIconResId(String callingPackage, String packageName, String id,
H A DLauncherApps.java579 public int getShortcutIconResId(@NonNull ShortcutInfo shortcut) { method in class:LauncherApps
587 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, method in class:LauncherApps
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java408 public int getShortcutIconResId(String callingPackage, String packageName, String id, method in class:LauncherAppsService.LauncherAppsImpl
415 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(),
H A DShortcutService.java2435 public int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, method in class:ShortcutService.LocalService
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java639 mLauncherApps.getShortcutIconResId(
644 mLauncherApps.getShortcutIconResId(
649 mLauncherApps.getShortcutIconResId(
653 mLauncherApps.getShortcutIconResId(
657 mLauncherApps.getShortcutIconResId(
674 mLauncherApps.getShortcutIconResId(
684 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_0));
687 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res64x64", HANDLE_USER_0));
690 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_P0));

Completed in 3460 milliseconds