Searched refs:getShortcutIconFd (Results 1 - 6 of 6) 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 DILauncherApps.aidl59 ParcelFileDescriptor getShortcutIconFd(String callingPackage, String packageName, String id,
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.java2461 public ParcelFileDescriptor getShortcutIconFd(int launcherUserId, method in class:ShortcutService.LocalService
2487 Slog.w(TAG, "null bitmap detected in getShortcutIconFd()");
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java660 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd(
664 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd(
668 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd(
677 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd(
692 mLauncherApps.getShortcutIconFd(CALLING_PACKAGE_1, "bmp32x32", HANDLE_USER_P0));

Completed in 122 milliseconds