Home
last modified time | relevance | path

Searched defs:ownerUserId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutLauncher.java65 @UserIdInt int ownerUserId, @NonNull String packageName, in ShortcutLauncher()
73 @UserIdInt int ownerUserId, @NonNull String packageName, in ShortcutLauncher()
196 int ownerUserId, boolean fromBackup) throws IOException, XmlPullParserException { in loadFromXml()
DShortcutService.java1134 @NonNull String packageName, @UserIdInt int ownerUserId, in getLauncherShortcutsLocked()
2578 void checkPackageChanges(@UserIdInt int ownerUserId) { in checkPackageChanges()
DUserManagerService.java1699 String ownerUserId = parser.getAttributeValue(null, ATTR_ID); in readUserListLP() local