Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollback.java835 int packagesWithoutApkInApex = 0; in allPackagesEnabled() local
838 packagesWithoutApkInApex++; in allPackagesEnabled()
841 return packagesWithoutApkInApex == mPackageSessionIds.length; in allPackagesEnabled()