Home
last modified time | relevance | path

Searched defs:launcherUserId (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java49 getShortcuts(int launcherUserId, in getShortcuts()
61 getShortcutsAsync(int launcherUserId, in getShortcutsAsync()
69 isPinnedByCaller(int launcherUserId, @NonNull String callingPackage, in isPinnedByCaller()
72 public abstract void pinShortcuts(int launcherUserId, in pinShortcuts()
77 int launcherUserId, @NonNull String callingPackage, in createShortcutIntents()
85 int launcherUserId, @NonNull String callingPackage, in createShortcutIntentsAsync()
94 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage, in getShortcutIconResId()
100 public abstract @Nullable String getShortcutStartingThemeResName(int launcherUserId, in getShortcutStartingThemeResName()
104 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd()
111 public abstract void getShortcutIconFdAsync(int launcherUserId, @NonNull String callingPackage, in getShortcutIconFdAsync()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java185 public final int launcherUserId; field in ShortcutRequestPinProcessor.PinShortcutRequestInner
191 String launcherPackage, int launcherUserId, int launcherUid, boolean preExisting) { in PinShortcutRequestInner()
248 final int launcherUserId = confirmActivity.second; in requestPinItemLocked() local
278 final int launcherUserId = mService.getParentOrSelfUserId(userId); in createShortcutResultIntent() local
300 IntentSender resultIntentOriginal, String launcherPackage, int launcherUserId) { in requestPinShortcutLocked()
386 private boolean startRequestConfirmActivity(ComponentName activity, int launcherUserId, in startRequestConfirmActivity()
424 final int launcherUserId = mService.getParentOrSelfUserId(callingUserId); in getRequestPinConfirmationActivity() local
456 final int launcherUserId = request.launcherUserId; in directPinShortcut() local
DShortcutLauncher.java74 @UserIdInt int launcherUserId, ShortcutPackageInfo spi) { in ShortcutLauncher()
82 @UserIdInt int launcherUserId) { in ShortcutLauncher()
340 final int launcherUserId = in loadFromXml() local
DShortcutUser.java206 @UserIdInt int launcherUserId) { in getLauncherShortcuts()
DBroadcastHelper.java354 final int launcherUserId = (parent != null) ? parent.id : userId; in sendSessionCommitBroadcast() local
DShortcutService.java1420 @UserIdInt int launcherUserId) { in getLauncherShortcutsLocked()
DShortcutPackage.java851 @Nullable String callingLauncher, int launcherUserId, boolean getPinnedByAnyLauncher) { in findAll()
DLauncherAppsService.java2695 final int launcherUserId = cookie.user.getIdentifier(); in onShortcutChangedInner() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java491 int launcherUserId, int requestType) { in injectGetPinConfirmationActivity()