Home
last modified time | relevance | path

Searched defs:getShortcutIconUri (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DILauncherApps.aidl117 String getShortcutIconUri(String callingPackage, String packageName, String shortcutId, in getShortcutIconUri() method
H A DShortcutServiceInternal.java147 public abstract String getShortcutIconUri(int launcherUserId, @NonNull String launcherPackage, in getShortcutIconUri() method in ShortcutServiceInternal
H A DLauncherApps.java1433 private String getShortcutIconUri(@NonNull String packageName, in getShortcutIconUri() method in LauncherApps
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java1092 public String getShortcutIconUri(String callingPackage, String packageName, in getShortcutIconUri() method in LauncherAppsService.LauncherAppsImpl