Searched refs:getShortcutIconResId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutServiceInternal.java | 71 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, in getShortcutIconResId() method in ShortcutServiceInternal
|
D | ILauncherApps.aidl | 78 int getShortcutIconResId(String callingPackage, String packageName, String id, in getShortcutIconResId() method
|
D | LauncherApps.java | 1190 public int getShortcutIconResId(@NonNull ShortcutInfo shortcut) { in getShortcutIconResId() method in LauncherApps 1198 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId, in getShortcutIconResId() method in LauncherApps
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 811 public int getShortcutIconResId(String callingPackage, String packageName, String id, in getShortcutIconResId() method in LauncherAppsService.LauncherAppsImpl 818 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(), in getShortcutIconResId()
|
D | ShortcutService.java | 3198 public int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, in getShortcutIconResId() method in ShortcutService.LocalService
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 857 mLauncherApps.getShortcutIconResId( in testIcons() 862 mLauncherApps.getShortcutIconResId( in testIcons() 867 mLauncherApps.getShortcutIconResId( in testIcons() 871 mLauncherApps.getShortcutIconResId( in testIcons() 875 mLauncherApps.getShortcutIconResId( in testIcons() 892 mLauncherApps.getShortcutIconResId( in testIcons() 902 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_0)); in testIcons() 905 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res64x64", HANDLE_USER_0)); in testIcons() 908 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_P0)); in testIcons()
|