Searched refs:getShortcutIconFd (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 993 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 995 return getShortcutIconFd(shortcut.getPackage(), shortcut.getId(), in getShortcutIconFd() 1002 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 1004 return getShortcutIconFd(packageName, shortcutId, user.getIdentifier()); in getShortcutIconFd() 1007 private ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 1010 return mService.getShortcutIconFd(mContext.getPackageName(), in getShortcutIconFd() 1036 final ParcelFileDescriptor pfd = getShortcutIconFd(shortcut); in getShortcutIconDrawable()
|
D | ShortcutServiceInternal.java | 69 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method in ShortcutServiceInternal
|
D | ILauncherApps.aidl | 77 ParcelFileDescriptor getShortcutIconFd(String callingPackage, String packageName, String id, in getShortcutIconFd() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 701 public ParcelFileDescriptor getShortcutIconFd(String callingPackage, in getShortcutIconFd() method in LauncherAppsService.LauncherAppsImpl 708 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(), in getShortcutIconFd()
|
D | ShortcutService.java | 2792 public ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method in ShortcutService.LocalService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 721 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons() 725 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons() 729 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons() 738 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons() 753 mLauncherApps.getShortcutIconFd(CALLING_PACKAGE_1, "bmp32x32", HANDLE_USER_P0)); in testIcons()
|
/frameworks/base/services/ |
D | art-profile | 10458 PLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->getShortcutIconFd(Ljava/lang/String;… 11544 PLcom/android/server/pm/ShortcutService$LocalService;->getShortcutIconFd(ILjava/lang/String;Ljava/l…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 14117 Landroid/content/pm/ILauncherApps$Stub$Proxy;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/Strin… 14157 Landroid/content/pm/ILauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;Ljava/lan… 15105 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Landroid/content/pm/ShortcutInfo;)Landroid/os/… 15106 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;I)Landroid… 15107 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;Landroid/o… 16257 Landroid/content/pm/ShortcutServiceInternal;->getShortcutIconFd(ILjava/lang/String;Ljava/lang/Strin…
|