Searched refs:isApex (Results 1 – 9 of 9) sorted by relevance
146 public boolean isApex() { in isApex() method in PackageRollbackInfo182 boolean isApex, @NonNull IntArray installedUsers, in PackageRollbackInfo() argument188 this.mIsApex = isApex; in PackageRollbackInfo()
405 public boolean isApex; field in PackageInfo489 dest.writeBoolean(isApex); in writeToParcel()551 isApex = source.readBoolean(); in PackageInfo()
8410 pi.isApex = true; in generatePackageInfoFromApex()
326 json.put("isApex", info.isApex()); in toJson()346 final boolean isApex = json.getBoolean("isApex"); in packageRollbackInfoFromJson()353 pendingBackups, pendingRestores, isApex, installedUsers, ceSnapshotInodes); in packageRollbackInfoFromJson()
436 if (!info.isApex()) { in commitRollbackInternal()448 if (info.isApex()) { in commitRollbackInternal()626 if (info.isApex()) { in onBootCompleted()1009 final boolean isApex = ((installFlags & PackageManager.INSTALL_APEX) != 0); in enableRollbackForPackageSession()1029 isApex, IntArray.wrap(installedUsers), in enableRollbackForPackageSession()
745 final boolean isApex = info.isApex; in runListPackages()746 if (uid != -1 && !isApex && info.applicationInfo.uid != uid) { in runListPackages()750 final boolean isSystem = !isApex && in runListPackages()752 final boolean isEnabled = !isApex && info.applicationInfo.enabled; in runListPackages()757 (!listApexOnly || isApex)) { in runListPackages()759 if (showSourceDir && !isApex) { in runListPackages()776 if (showUid && !isApex) { in runListPackages()1069 final boolean isApex = in runInstall()1071 String splitName = "base." + (isApex ? "apex" : "apk"); in runInstall()
514 boolean isApex = (params.installFlags & PackageManager.INSTALL_APEX) != 0; in createSessionInternal()515 if (params.isStaged || isApex) { in createSessionInternal()519 if (isApex) { in createSessionInternal()
525 assertTrue(pi.isApex); in testApexPackageInfoGeneration()
11374 field public boolean isApex;