Searched defs:getShortcutIconResId (Results 1 - 4 of 4) 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 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

Completed in 160 milliseconds