Home | History | Annotate | Download | only in pm

Lines Matching defs:getShortcutIconFd

887     public ParcelFileDescriptor getShortcutIconFd(
889 return getShortcutIconFd(shortcut.getPackage(), shortcut.getId(),
896 public ParcelFileDescriptor getShortcutIconFd(
898 return getShortcutIconFd(packageName, shortcutId, user.getIdentifier());
901 private ParcelFileDescriptor getShortcutIconFd(
904 return mService.getShortcutIconFd(mContext.getPackageName(),
930 final ParcelFileDescriptor pfd = getShortcutIconFd(shortcut);