Searched refs:getShortcutIconFd (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | LauncherApps.java | 964 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 966 return getShortcutIconFd(shortcut.getPackage(), shortcut.getId(), in getShortcutIconFd() 973 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 975 return getShortcutIconFd(packageName, shortcutId, user.getIdentifier()); in getShortcutIconFd() 978 private ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 981 return mService.getShortcutIconFd(mContext.getPackageName(), in getShortcutIconFd() 1007 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 | 707 public ParcelFileDescriptor getShortcutIconFd(String callingPackage, in getShortcutIconFd() method in LauncherAppsService.LauncherAppsImpl 714 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 | 15088 Landroid/content/pm/ILauncherApps$Stub$Proxy;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/Strin… 15130 Landroid/content/pm/ILauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;Ljava/lan… 16132 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Landroid/content/pm/ShortcutInfo;)Landroid/os/… 16133 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;I)Landroid… 16134 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;Landroid/o… 17375 Landroid/content/pm/ShortcutServiceInternal;->getShortcutIconFd(ILjava/lang/String;Ljava/lang/Strin…
|