Searched defs:getShortcutIconFd (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DShortcutServiceInternal.java65 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, method in class:ShortcutServiceInternal
H A DLauncherApps.java601 public ParcelFileDescriptor getShortcutIconFd( method in class:LauncherApps
603 return getShortcutIconFd(shortcut.getPackage(), shortcut.getId(),
610 public ParcelFileDescriptor getShortcutIconFd( method in class:LauncherApps
612 return getShortcutIconFd(packageName, shortcutId, user.getIdentifier());
615 private ParcelFileDescriptor getShortcutIconFd( method in class:LauncherApps
618 return mService.getShortcutIconFd(mContext.getPackageName(),
644 final ParcelFileDescriptor pfd = getShortcutIconFd(shortcut);
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java420 public ParcelFileDescriptor getShortcutIconFd(String callingPackage, method in class:LauncherAppsService.LauncherAppsImpl
427 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(),
H A DShortcutService.java2470 public ParcelFileDescriptor getShortcutIconFd(int launcherUserId, method in class:ShortcutService.LocalService
2496 Slog.w(TAG, "null bitmap detected in getShortcutIconFd()");

Completed in 102 milliseconds