Searched refs:mIsApkInApex (Results 1 – 1 of 1) sorted by relevance
80 private final boolean mIsApkInApex; field in PackageRollbackInfo159 return mIsApkInApex; in isApkInApex()198 this.mIsApkInApex = isApkInApex; in PackageRollbackInfo()206 this.mIsApkInApex = in.readBoolean(); in PackageRollbackInfo()223 out.writeBoolean(mIsApkInApex); in writeToParcel()