Searched refs:getShortcutIconUri (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutServiceInternal.java | 110 public abstract String getShortcutIconUri(int launcherUserId, @NonNull String launcherPackage, in getShortcutIconUri() method in ShortcutServiceInternal
|
D | ILauncherApps.aidl | 106 String getShortcutIconUri(String callingPackage, String packageName, String shortcutId, in getShortcutIconUri() method
|
D | LauncherApps.java | 1246 String uri = getShortcutIconUri(packageName, shortcutId, userId); in getUriShortcutIconFd() 1258 private String getShortcutIconUri(@NonNull String packageName, in getShortcutIconUri() method in LauncherApps 1262 uri = mService.getShortcutIconUri(mContext.getPackageName(), packageName, shortcutId, in getShortcutIconUri() 1366 String uri = getShortcutIconUri(shortcut.getPackage(), shortcut.getId(), in getShortcutIcon()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 835 public String getShortcutIconUri(String callingPackage, String packageName, in getShortcutIconUri() method in LauncherAppsService.LauncherAppsImpl 842 return mShortcutServiceInternal.getShortcutIconUri(getCallingUserId(), callingPackage, in getShortcutIconUri()
|
D | ShortcutService.java | 3265 public String getShortcutIconUri(int launcherUserId, @NonNull String launcherPackage, in getShortcutIconUri() method in ShortcutService.LocalService
|