Home
last modified time | relevance | path

Searched refs:sharedGid (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/om/
DIdmapManager.java87 final int sharedGid = UserHandle.getSharedAppGid(targetPackage.applicationInfo.uid); in createIdmap() local
100 mInstaller.idmap(targetPath, overlayPath, sharedGid); in createIdmap()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java165 int sharedGid = UserHandle.getSharedAppGid(pkg.applicationInfo.uid); in performDexOptLI() local
166 if (sharedGid == -1) { in performDexOptLI()
169 sharedGid = android.os.Process.NOBODY_UID; in performDexOptLI()
230 isProfileUpdated(pkg, sharedGid, profileName, compilerFilter); in performDexOptLI()
238 profileUpdated, classLoaderContexts[i], dexoptFlags, sharedGid, in performDexOptLI()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java459 final int sharedGid = UserHandle.getSharedAppGid(pkg.applicationInfo.uid); in dumpProfiles() local
466 mInstaller.dumpProfiles(sharedGid, pkg.packageName, profileName, codePath); in dumpProfiles()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1470 int sharedGid = multiuser_get_shared_gid(0, appId); in collectQuotaStats() local
1471 if (sharedGid != -1) { in collectQuotaStats()
1472 if ((space = GetOccupiedSpaceForGid(uuid, sharedGid)) != -1) { in collectQuotaStats()
1718 int32_t sharedGid = multiuser_get_shared_gid(0, appId); in getAppSize() local
1719 if (sharedGid != -1) { in getAppSize()
1721 sharedGid, -1); in getAppSize()