OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShortcutIconFd
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/content/pm/
ShortcutServiceInternal.java
65
public abstract ParcelFileDescriptor
getShortcutIconFd
(int launcherUserId,
ILauncherApps.aidl
59
ParcelFileDescriptor
getShortcutIconFd
(String callingPackage, String packageName, String id,
LauncherApps.java
601
public ParcelFileDescriptor
getShortcutIconFd
(
603
return
getShortcutIconFd
(shortcut.getPackage(), shortcut.getId(),
610
public ParcelFileDescriptor
getShortcutIconFd
(
612
return
getShortcutIconFd
(packageName, shortcutId, user.getIdentifier());
615
private ParcelFileDescriptor
getShortcutIconFd
(
618
return mService.
getShortcutIconFd
(mContext.getPackageName(),
644
final ParcelFileDescriptor pfd =
getShortcutIconFd
(shortcut);
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java
420
public ParcelFileDescriptor
getShortcutIconFd
(String callingPackage,
427
return mShortcutServiceInternal.
getShortcutIconFd
(getCallingUserId(),
[
all
...]
ShortcutService.java
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest1.java
660
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));
[
all
...]
Completed in 70 milliseconds