Searched defs:launcherUserId (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutServiceInternal.java | 49 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() 104 public abstract ParcelFileDescriptor getShortcutIconFd(int launcherUserId, in getShortcutIconFd() 115 public abstract boolean hasShortcutHostPermission(int launcherUserId, in hasShortcutHostPermission() 130 public abstract void cacheShortcuts(int launcherUserId, in cacheShortcuts() 133 public abstract void uncacheShortcuts(int launcherUserId, in uncacheShortcuts() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutRequestPinProcessor.java | 185 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() 420 final int launcherUserId = mService.getParentOrSelfUserId(callingUserId); in getRequestPinConfirmationActivity() local 452 final int launcherUserId = request.launcherUserId; in directPinShortcut() local
|
H A D | ShortcutLauncher.java | 77 @UserIdInt int launcherUserId, ShortcutPackageInfo spi) { in ShortcutLauncher() 85 @UserIdInt int launcherUserId) { in ShortcutLauncher() 318 final int launcherUserId = in loadFromXml() local
|
H A D | ShortcutUser.java | 206 @UserIdInt int launcherUserId) { in getLauncherShortcuts()
|
H A D | ShortcutService.java | 1410 @UserIdInt int launcherUserId) { in getLauncherShortcutsLocked()
|
H A D | ShortcutPackage.java | 850 @Nullable String callingLauncher, int launcherUserId, boolean getPinnedByAnyLauncher) { in findAll()
|
H A D | LauncherAppsService.java | 2099 final int launcherUserId = cookie.user.getIdentifier(); in onShortcutChangedInner() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | BaseShortcutManagerTest.java | 489 int launcherUserId, int requestType) { in injectGetPinConfirmationActivity()
|