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

  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutLauncher.java 61 @UserIdInt int ownerUserId, @NonNull String packageName,
65 mOwnerUserId = ownerUserId;
69 @UserIdInt int ownerUserId, @NonNull String packageName,
71 this(shortcutUser, ownerUserId, packageName, launcherUserId, null);
186 int ownerUserId, boolean fromBackup) throws IOException, XmlPullParserException {
192 fromBackup ? ownerUserId
193 : ShortcutService.parseIntAttribute(parser, ATTR_LAUNCHER_USER_ID, ownerUserId);
216 final int packageUserId = fromBackup ? ownerUserId
218 ATTR_PACKAGE_USER_ID, ownerUserId);
ShortcutService.java 985 @NonNull String packageName, @UserIdInt int ownerUserId,
987 return getUserShortcutsLocked(ownerUserId)
    [all...]
UserManagerService.java     [all...]

Completed in 663 milliseconds