Home
last modified time | relevance | path

Searched refs:isFactory (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DApexManagerTest.java143 .filter(it -> it.apexInfo.isFactory) in findFactory()
497 private ApexInfo createApexInfoForTestPkg(boolean isActive, boolean isFactory, int version) { in createApexInfoForTestPkg() argument
501 apexInfo.isFactory = isFactory; in createApexInfoForTestPkg()
509 private ApexInfo[] createApexInfoForTestPkg(boolean isActive, boolean isFactory) { in createApexInfoForTestPkg() argument
510 return new ApexInfo[]{createApexInfoForTestPkg(isActive, isFactory, 191000070)}; in createApexInfoForTestPkg()
514 boolean isFactory, File apexFile) { in createApexInfo() argument
519 apexInfo.isFactory = isFactory; in createApexInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApexManager.java122 public final boolean isFactory; field in ApexManager.ActiveApexInfo
131 File preInstalledApexPath, boolean isFactory, File apexFile, in ActiveApexInfo() argument
136 this.isFactory = isFactory; in ActiveApexInfo()
147 apexInfo.isFactory, in ActiveApexInfo()
H A DScanPartition.java65 if (apexInfo.isFactory) { in ScanPartition()
H A DInstallPackageHelper.java419 boolean isFactory = (scanFlags & SCAN_AS_FACTORY) != 0; in commitReconciledScanResultLocked()
420 pkgSetting.getPkgState().setApkInUpdatedApex(!isFactory); in commitReconciledScanResultLocked()
3661 return Boolean.compare(i2.isFactory, i1.isFactory); in scanApexPackages()
3674 if (!ai.isFactory) { in scanApexPackages()
3684 if (ai.isFactory && !ai.isActive) { in scanApexPackages()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java873 if (apexInfo.isFactory) { in generatePackageInfo()