Home
last modified time | relevance | path

Searched defs:getShortcutIconFd (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java1387 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps
1396 public ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps
1401 private ParcelFileDescriptor getShortcutIconFd( in getShortcutIconFd() method in LauncherApps
H A DILauncherApps.aidl89 ParcelFileDescriptor getShortcutIconFd(String callingPackage, String packageName, String id, in getShortcutIconFd() method
H A DShortcutServiceInternal.java104 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() method in ShortcutServiceInternal
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java1074 public ParcelFileDescriptor getShortcutIconFd(String callingPackage, in getShortcutIconFd() method in LauncherAppsService.LauncherAppsImpl