Home
last modified time | relevance | path

Searched refs:getShortcutIconUri (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java110 public abstract String getShortcutIconUri(int launcherUserId, @NonNull String launcherPackage, in getShortcutIconUri() method in ShortcutServiceInternal
DILauncherApps.aidl106 String getShortcutIconUri(String callingPackage, String packageName, String shortcutId, in getShortcutIconUri() method
DLauncherApps.java1246 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/
DLauncherAppsService.java835 public String getShortcutIconUri(String callingPackage, String packageName, in getShortcutIconUri() method in LauncherAppsService.LauncherAppsImpl
842 return mShortcutServiceInternal.getShortcutIconUri(getCallingUserId(), callingPackage, in getShortcutIconUri()
DShortcutService.java3265 public String getShortcutIconUri(int launcherUserId, @NonNull String launcherPackage, in getShortcutIconUri() method in ShortcutService.LocalService