Searched refs:isApex (Results 1 – 10 of 10) sorted by relevance
146 public boolean isApex() { in isApex() method in PackageRollbackInfo182 boolean isApex, @NonNull IntArray snapshottedUsers, 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()
850 pi.isApex = true; in generatePackageInfo()
326 json.put("isApex", info.isApex()); in toJson()347 final boolean isApex = json.getBoolean("isApex"); in packageRollbackInfoFromJson()355 pendingBackups, pendingRestores, isApex, snapshottedUsers, ceSnapshotInodes); in packageRollbackInfoFromJson()
395 if (!info.isApex()) { in commitRollbackInternal()407 if (info.isApex()) { in commitRollbackInternal()614 if (info.isApex()) { in onBootCompleted()931 final boolean isApex = ((installFlags & PackageManager.INSTALL_APEX) != 0); in enableRollbackForPackageSession()951 isApex, new IntArray(), new SparseLongArray() /* ceSnapshotInodes */); in enableRollbackForPackageSession()
728 final boolean isApex = info.isApex; in runListPackages()729 if (uid != -1 && !isApex && info.applicationInfo.uid != uid) { in runListPackages()733 final boolean isSystem = !isApex && in runListPackages()735 final boolean isEnabled = !isApex && info.applicationInfo.enabled; in runListPackages()740 (!listApexOnly || isApex)) { in runListPackages()759 if (showUid && !isApex) { in runListPackages()1149 final boolean isApex = in runInstall()1151 String splitName = "base." + (isApex ? "apex" : "apk"); in runInstall()
520 boolean isApex = (params.installFlags & PackageManager.INSTALL_APEX) != 0; in createSessionInternal()521 if (params.isStaged || isApex) { in createSessionInternal()525 if (isApex) { in createSessionInternal()
530 assertTrue(pi.isApex); in testApexPackageInfoGeneration()
11384 field public boolean isApex;