HomeSort by relevance Sort by last modified time
    Searched refs:getShortcutIconResId (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/content/pm/
ShortcutServiceInternal.java 62 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage,
ILauncherApps.aidl 57 int getShortcutIconResId(String callingPackage, String packageName, String id,
LauncherApps.java 579 public int getShortcutIconResId(@NonNull ShortcutInfo shortcut) {
587 public int getShortcutIconResId(@NonNull String packageName, @NonNull String shortcutId,
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 408 public int getShortcutIconResId(String callingPackage, String packageName, String id,
415 return mShortcutServiceInternal.getShortcutIconResId(getCallingUserId(),
    [all...]
ShortcutService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest1.java 639 mLauncherApps.getShortcutIconResId(
644 mLauncherApps.getShortcutIconResId(
649 mLauncherApps.getShortcutIconResId(
653 mLauncherApps.getShortcutIconResId(
657 mLauncherApps.getShortcutIconResId(
674 mLauncherApps.getShortcutIconResId(
684 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_0));
687 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res64x64", HANDLE_USER_0));
690 mLauncherApps.getShortcutIconResId(CALLING_PACKAGE_1, "res32x32", HANDLE_USER_P0));
    [all...]

Completed in 141 milliseconds