Home
last modified time | relevance | path

Searched refs:getShortcutIconFd (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DLauncherApps.java777 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps
779 return getShortcutIconFd(shortcut.getPackage(), shortcut.getId(), in getShortcutIconFd()
786 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps
788 return getShortcutIconFd(packageName, shortcutId, user.getIdentifier()); in getShortcutIconFd()
791 private ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps
794 return mService.getShortcutIconFd(mContext.getPackageName(), in getShortcutIconFd()
820 final ParcelFileDescriptor pfd = getShortcutIconFd(shortcut); in getShortcutIconDrawable()
DShortcutServiceInternal.java68 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method in ShortcutServiceInternal
DILauncherApps.aidl66 ParcelFileDescriptor getShortcutIconFd(String callingPackage, String packageName, String id, in getShortcutIconFd() method
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java499 public ParcelFileDescriptor getShortcutIconFd(String callingPackage, in getShortcutIconFd() method in LauncherAppsService.LauncherAppsImpl
509 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(), in getShortcutIconFd()
DShortcutService.java2575 public ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method in ShortcutService.LocalService
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java673 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons()
677 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons()
681 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons()
690 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons()
705 mLauncherApps.getShortcutIconFd(CALLING_PACKAGE_1, "bmp32x32", HANDLE_USER_P0)); in testIcons()