Home | History | Annotate | Download | only in pm

Lines Matching defs:appId

301                 p.nativeLibraryPathString, p.appId, p.versionCode, p.pkgFlags);
318 if (p.appId == uid) {
327 p.appId = uid;
450 p.appId = origPackage.appId;
491 p.appId = sharedUser.userId;
503 p.appId = dis.appId;
518 addUserIdLPw(p.appId, p, name);
521 p.appId = newUserIdLPw(p);
525 if (p.appId < 0) {
616 } else if (p.appId != sharedUser.userId) {
618 "Package " + p.name + " was user id " + p.appId
626 p.appId = sharedUser.userId;
691 removeUserIdLPw(p.appId);
692 return p.appId;
705 replaceUserIdLPw(p.appId, newp);
1501 serializer.attribute(null, "userId", Integer.toString(pkg.appId));
1503 serializer.attribute(null, "sharedUserId", Integer.toString(pkg.appId));
1548 serializer.attribute(null, "userId", Integer.toString(pkg.appId));
1550 serializer.attribute(null, "sharedUserId", Integer.toString(pkg.appId));
1853 final Object id = getUserIdLPr(disabledPs.appId);
2278 ps.appId = idStr != null ? Integer.parseInt(idStr) : 0;
2279 if (ps.appId <= 0) {
2281 ps.appId = sharedIdStr != null ? Integer.parseInt(sharedIdStr) : 0;
2682 UserHandle.getUid(userHandle, ps.appId), userHandle);
2815 int appId = UserHandle.getAppId(uid);
2820 if (!allowedByPermission && (appId != pkgSetting.appId)) {
2824 + ", uid=" + uid + ", package uid=" + pkgSetting.appId);
2907 pw.print(prefix); pw.print(" userId="); pw.print(ps.appId);