/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
D | SystemStubMultiUserDisableUninstallTest.kt | 173 codePaths = listOf(CodePath.SAME, CodePath.SYSTEM) in <lambda>() 184 codePaths = listOf(CodePath.SAME, CodePath.SYSTEM) in <lambda>() 192 codePaths = listOf(CodePath.SAME, CodePath.SYSTEM) in <lambda>() 200 codePaths = listOf(CodePath.SYSTEM) in <lambda>() 211 codePaths = listOf(CodePath.SAME, CodePath.SYSTEM) in <lambda>() 219 codePaths = listOf(CodePath.SAME, CodePath.SYSTEM) in <lambda>() 227 codePaths = listOf(CodePath.SYSTEM) in <lambda>() 242 codePaths = listOf(CodePath.DIFFERENT, CodePath.SYSTEM) in <lambda>() 250 codePaths = listOf(CodePath.SAME, CodePath.SYSTEM) in <lambda>() 265 codePaths = listOf(CodePath.DIFFERENT, CodePath.SYSTEM) in <lambda>() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtPackageInfo.java | 35 List<String> codePaths, in ArtPackageInfo() argument 39 mCodePaths = codePaths; in ArtPackageInfo()
|
D | DexManager.java | 425 Set<String> codePaths = putIfAbsent( in loadInternal() local 427 codePaths.add(pi.applicationInfo.sourceDir); in loadInternal() 429 Collections.addAll(codePaths, pi.applicationInfo.splitSourceDirs); in loadInternal()
|
D | PackageDexUsage.java | 507 Set<String> codePaths = packageToCodePaths.get(packageName); in syncData() local 514 if (!codePaths.contains(recordedCodePath)) { in syncData()
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | InstallerTest.java | 110 final String[] codePaths = new String[packageNames.length]; in testGetAppSize() local 114 codePaths[i] = info.getCodePath(); in testGetAppSize() 122 appId, ceDataInodes, codePaths, stats); in testGetAppSize() 127 appId, ceDataInodes, codePaths, quotaStats); in testGetAppSize()
|
/frameworks/base/core/java/android/content/pm/ |
D | SharedLibraryInfo.java | 122 public SharedLibraryInfo(String path, String packageName, List<String> codePaths, in SharedLibraryInfo() argument 128 mCodePaths = codePaths; in SharedLibraryInfo() 154 public SharedLibraryInfo(String path, String packageName, List<String> codePaths, in SharedLibraryInfo() argument 161 mCodePaths = codePaths; in SharedLibraryInfo()
|
D | PackageParser.java | 7073 public void setSplitCodePaths(String[] codePaths) { in setSplitCodePaths() argument 7074 this.splitCodePaths = codePaths; in setSplitCodePaths()
|
/frameworks/base/core/java/android/content/pm/dex/ |
D | DexMetadataHelper.java | 135 List<String> codePaths) { in buildPackageApkToDexMetadataMap() argument 137 for (int i = codePaths.size() - 1; i >= 0; i--) { in buildPackageApkToDexMetadataMap() 138 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | StorageStatsService.java | 389 String[] codePaths = new String[0]; in queryStatsForPackage() local 395 codePaths = ArrayUtils.appendElement(String.class, codePaths, in queryStatsForPackage() 403 appId, ceDataInodes, codePaths, stats); in queryStatsForPackage() 441 String[] codePaths = new String[0]; in queryStatsForUid() local 452 codePaths = ArrayUtils.appendElement(String.class, codePaths, in queryStatsForUid() 467 appId, ceDataInodes, codePaths, stats); in queryStatsForUid() 472 appId, ceDataInodes, codePaths, manualStats); in queryStatsForUid()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | StorageEventHelper.java | 348 List<String> codePaths = new ArrayList<>(); in collectAbsoluteCodePaths() local 354 codePaths.add(ps.getPath().getAbsolutePath()); in collectAbsoluteCodePaths() 356 return codePaths; in collectAbsoluteCodePaths()
|
D | Installer.java | 497 long[] ceDataInodes, String[] codePaths, PackageStats stats) in getAppSize() argument 500 if (codePaths != null) { in getAppSize() 501 for (String codePath : codePaths) { in getAppSize() 507 appId, ceDataInodes, codePaths); in getAppSize()
|
D | MovePackageHelper.java | 370 final String[] codePaths = { packageStateInternal.getPathString() }; in getPackageSizeInfoLI() local 374 0, packageStateInternal.getAppId(), ceDataInodes, codePaths, stats); in getPackageSizeInfoLI() local
|
/frameworks/base/core/java/com/android/internal/content/ |
D | NativeLibraryHelper.java | 103 public static Handle create(List<String> codePaths, boolean multiArch, in create() argument 105 final int size = codePaths.size(); in create() 109 final String path = codePaths.get(i); in create()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteInit.java | 560 String[] codePaths = systemServerPaths.split(":"); in prepareSystemServerProfile() local 572 codePaths[0], in prepareSystemServerProfile() 585 codePaths, in prepareSystemServerProfile()
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 1150 final List<String> codePaths = new ArrayList<>(); in registerAppInfoToArt() local 1152 codePaths.add(mApplicationInfo.sourceDir); in registerAppInfoToArt() 1155 Collections.addAll(codePaths, mApplicationInfo.splitSourceDirs); in registerAppInfoToArt() 1158 if (codePaths.isEmpty()) { in registerAppInfoToArt() 1164 for (int i = codePaths.size() - 1; i >= 0; i--) { in registerAppInfoToArt() 1170 int codePathType = codePaths.get(i).equals(mApplicationInfo.sourceDir) in registerAppInfoToArt() 1177 new String[] {codePaths.get(i)}, in registerAppInfoToArt()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 505 std::vector<std::string> codePaths; in TEST_F() local 514 externalStorageAppId, ceDataInodes, codePaths, &externalStorageSize); in TEST_F() 523 externalStorageAppId, ceDataInodes, codePaths, in TEST_F() 540 std::vector<std::string> codePaths; in TEST_F() local 546 externalStorageAppId, ceDataInodes, codePaths, in TEST_F()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 42 in @utf8InCpp String[] codePaths); in getAppSize() argument
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/ |
D | DexManagerTests.java | 851 private void assertIsUsedByOtherApps(List<String> codePaths, PackageUseInfo pui, in assertIsUsedByOtherApps() argument 853 for (String codePath : codePaths) { in assertIsUsedByOtherApps()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 110 const std::vector<std::string>& codePaths, std::vector<int64_t>* _aidl_return);
|
D | InstalldNativeService.cpp | 2582 const std::vector<std::string>& codePaths, std::vector<int64_t>* _aidl_return) { in getAppSize() argument 2592 for (const auto& codePath : codePaths) { in getAppSize() 2642 for (const auto& codePath : codePaths) { in getAppSize() 2653 for (const auto& codePath : codePaths) { in getAppSize()
|