Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/om/
DOverlayScanner.java55 @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()
DOverlayConfig.java423 @Nullable File preInstalledApexPath) -> { in getOverlayPackageInfos() argument
428 preInstalledApexPath)); in getOverlayPackageInfos() local
/frameworks/base/services/core/java/com/android/server/pm/
DApexManager.java114 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()
DInitAppsHelper.java144 if (apexInfo.preInstalledApexPath.getAbsolutePath().equals( in resolveApexToScanPartition()
146 || apexInfo.preInstalledApexPath.getAbsolutePath().startsWith( in resolveApexToScanPartition()
186 apkInApexPreInstalledPaths.put(packageName, apexInfo.preInstalledApexPath); in initSystemApps()