Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/rollback/
DPackageRollbackInfo.java80 private final boolean mIsApkInApex; field in PackageRollbackInfo
159 return mIsApkInApex; in isApkInApex()
198 this.mIsApkInApex = isApkInApex; in PackageRollbackInfo()
206 this.mIsApkInApex = in.readBoolean(); in PackageRollbackInfo()
223 out.writeBoolean(mIsApkInApex); in writeToParcel()