Searched refs:getShortcutIconResId (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutServiceInternal.java | 66 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, in getShortcutIconResId() method in ShortcutServiceInternal
|
D | ILauncherApps.aidl | 75 int getShortcutIconResId(String callingPackage, String packageName, String id, in getShortcutIconResId() method
|
D | LauncherApps.java | 971 public int getShortcutIconResId(@NonNull ShortcutInfo shortcut) { in getShortcutIconResId() method in LauncherApps 979 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 | 689 public int getShortcutIconResId(String callingPackage, String packageName, String id, in getShortcutIconResId() method in LauncherAppsService.LauncherAppsImpl 696 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(), in getShortcutIconResId()
|
D | ShortcutService.java | 2766 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 | 700 mLauncherApps.getShortcutIconResId( in testIcons() 705 mLauncherApps.getShortcutIconResId( in testIcons() 710 mLauncherApps.getShortcutIconResId( in testIcons() 714 mLauncherApps.getShortcutIconResId( in testIcons() 718 mLauncherApps.getShortcutIconResId( in testIcons() 735 mLauncherApps.getShortcutIconResId( in testIcons() 745 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_0)); in testIcons() 748 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res64x64", HANDLE_USER_0)); in testIcons() 751 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_P0)); in testIcons()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 14118 Landroid/content/pm/ILauncherApps$Stub$Proxy;->getShortcutIconResId(Ljava/lang/String;Ljava/lang/St… 14158 Landroid/content/pm/ILauncherApps;->getShortcutIconResId(Ljava/lang/String;Ljava/lang/String;Ljava/… 15108 Landroid/content/pm/LauncherApps;->getShortcutIconResId(Landroid/content/pm/ShortcutInfo;)I 15109 Landroid/content/pm/LauncherApps;->getShortcutIconResId(Ljava/lang/String;Ljava/lang/String;Landroi… 16258 Landroid/content/pm/ShortcutServiceInternal;->getShortcutIconResId(ILjava/lang/String;Ljava/lang/St…
|