Loading services/core/java/com/android/server/pm/PackageInstallerSession.java +1 −3 Original line number Diff line number Diff line Loading @@ -4445,10 +4445,8 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { * @return the uid of the owner this session */ public int getInstallerUid() { synchronized (mLock) { return mInstallerUid; } } /** * @return the package name of this session Loading Loading
services/core/java/com/android/server/pm/PackageInstallerSession.java +1 −3 Original line number Diff line number Diff line Loading @@ -4445,10 +4445,8 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { * @return the uid of the owner this session */ public int getInstallerUid() { synchronized (mLock) { return mInstallerUid; } } /** * @return the package name of this session Loading