Searched defs:launcherUserId (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
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() 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/ |
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() 424 final int launcherUserId = mService.getParentOrSelfUserId(callingUserId); in getRequestPinConfirmationActivity() local 456 final int launcherUserId = request.launcherUserId; in directPinShortcut() local
|
D | ShortcutLauncher.java | 74 @UserIdInt int launcherUserId, ShortcutPackageInfo spi) { in ShortcutLauncher() 82 @UserIdInt int launcherUserId) { in ShortcutLauncher() 340 final int launcherUserId = in loadFromXml() local
|
D | ShortcutUser.java | 206 @UserIdInt int launcherUserId) { in getLauncherShortcuts()
|
D | BroadcastHelper.java | 354 final int launcherUserId = (parent != null) ? parent.id : userId; in sendSessionCommitBroadcast() local
|
D | ShortcutService.java | 1420 @UserIdInt int launcherUserId) { in getLauncherShortcutsLocked()
|
D | ShortcutPackage.java | 851 @Nullable String callingLauncher, int launcherUserId, boolean getPinnedByAnyLauncher) { in findAll()
|
D | LauncherAppsService.java | 2695 final int launcherUserId = cookie.user.getIdentifier(); in onShortcutChangedInner() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 491 int launcherUserId, int requestType) { in injectGetPinConfirmationActivity()
|