Searched refs:getShortcutIconFd (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | LauncherApps.java | 1292 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 1294 return getShortcutIconFd(shortcut.getPackage(), shortcut.getId(), in getShortcutIconFd() 1301 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 1303 return getShortcutIconFd(packageName, shortcutId, user.getIdentifier()); in getShortcutIconFd() 1306 private ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps 1309 return mService.getShortcutIconFd(mContext.getPackageName(), in getShortcutIconFd() 1369 final ParcelFileDescriptor pfd = getShortcutIconFd(shortcut); in getShortcutIconDrawable() 1425 final ParcelFileDescriptor pfd = getShortcutIconFd(shortcut); in getShortcutIcon()
|
H A D | ShortcutServiceInternal.java | 81 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method in ShortcutServiceInternal
|
H A D | ILauncherApps.aidl | 83 ParcelFileDescriptor getShortcutIconFd(String callingPackage, String packageName, String id, in getShortcutIconFd() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | LauncherAppsService.java | 939 public ParcelFileDescriptor getShortcutIconFd(String callingPackage, in getShortcutIconFd() method in LauncherAppsService.LauncherAppsImpl 946 return mShortcutServiceInternal.getShortcutIconFd(getCallingUserId(), in getShortcutIconFd()
|
H A D | ShortcutService.java | 3581 public ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 914 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons() 918 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons() 922 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons() 931 bmp = pfdToBitmap(mLauncherApps.getShortcutIconFd( in testIcons() 946 mLauncherApps.getShortcutIconFd(CALLING_PACKAGE_1, "bmp32x32", HANDLE_USER_P0)); in testIcons()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 14108 Landroid/content/pm/ILauncherApps$Stub$Proxy;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/Strin… 14148 Landroid/content/pm/ILauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;Ljava/lan… 15096 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Landroid/content/pm/ShortcutInfo;)Landroid/os/… 15097 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;I)Landroid… 15098 Landroid/content/pm/LauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;Landroid/o… 16248 Landroid/content/pm/ShortcutServiceInternal;->getShortcutIconFd(ILjava/lang/String;Ljava/lang/Strin…
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4495 HSPLandroid/content/pm/ILauncherApps$Stub$Proxy;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/St… 4569 HSPLandroid/content/pm/LauncherApps;->getShortcutIconFd(Landroid/content/pm/ShortcutInfo;)Landroid/… 4570 HSPLandroid/content/pm/LauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;I)Landr…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4493 HSPLandroid/content/pm/ILauncherApps$Stub$Proxy;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/St… 4567 HSPLandroid/content/pm/LauncherApps;->getShortcutIconFd(Landroid/content/pm/ShortcutInfo;)Landroid/… 4568 HSPLandroid/content/pm/LauncherApps;->getShortcutIconFd(Ljava/lang/String;Ljava/lang/String;I)Landr…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 29869 HPLcom/android/server/pm/LauncherAppsService$LauncherAppsImpl;->getShortcutIconFd(Ljava/lang/String… 32760 HPLcom/android/server/pm/ShortcutService$LocalService;->getShortcutIconFd(ILjava/lang/String;Ljava/…
|