Searched defs:ownerUserId (Results 1 – 3 of 3) sorted by relevance
65 @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()
1134 @NonNull String packageName, @UserIdInt int ownerUserId, in getLauncherShortcutsLocked()2578 void checkPackageChanges(@UserIdInt int ownerUserId) { in checkPackageChanges()
1699 String ownerUserId = parser.getAttributeValue(null, ATTR_ID); in readUserListLP() local