Searched refs:getShortcutIconFd (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 777 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()
|
D | ShortcutServiceInternal.java | 68 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method in ShortcutServiceInternal
|
D | ILauncherApps.aidl | 66 ParcelFileDescriptor getShortcutIconFd(String callingPackage, String packageName, String id, in getShortcutIconFd() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 499 public ParcelFileDescriptor getShortcutIconFd(String callingPackage, in getShortcutIconFd() method in LauncherAppsService.LauncherAppsImpl 509 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(), in getShortcutIconFd()
|
D | ShortcutService.java | 2575 public ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method in ShortcutService.LocalService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 673 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()
|