Searched refs:preInstalledApexPath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/content/om/ |
D | OverlayScanner.java | 55 @Nullable public final File preInstalledApexPath; field in OverlayScanner.ParsedOverlayInfo 59 @Nullable File preInstalledApexPath) { in ParsedOverlayInfo() argument 66 this.preInstalledApexPath = preInstalledApexPath; in ParsedOverlayInfo() 75 priority, path, preInstalledApexPath); in toString() 86 return preInstalledApexPath != null ? preInstalledApexPath : path; in getOriginalPartitionPath()
|
D | OverlayConfig.java | 423 @Nullable File preInstalledApexPath) -> { in getOverlayPackageInfos() argument 428 preInstalledApexPath)); in getOverlayPackageInfos() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ApexManager.java | 114 public final File preInstalledApexPath; field in ApexManager.ActiveApexInfo 119 private ActiveApexInfo(File apexDirectory, File preInstalledApexPath, File apexFile) { in ActiveApexInfo() argument 120 this(null, apexDirectory, preInstalledApexPath, true, apexFile, false); in ActiveApexInfo() 124 File preInstalledApexPath, boolean isFactory, File apexFile, in ActiveApexInfo() argument 128 this.preInstalledApexPath = preInstalledApexPath; in ActiveApexInfo()
|
D | InitAppsHelper.java | 144 if (apexInfo.preInstalledApexPath.getAbsolutePath().equals( in resolveApexToScanPartition() 146 || apexInfo.preInstalledApexPath.getAbsolutePath().startsWith( in resolveApexToScanPartition() 186 apkInApexPreInstalledPaths.put(packageName, apexInfo.preInstalledApexPath); in initSystemApps()
|