Searched refs:mIsApex (Results 1 – 2 of 2) sorted by relevance
75 private final boolean mIsApex; field in PackageRollbackInfo150 return mIsApex; in isApex()196 this.mIsApex = isApex; in PackageRollbackInfo()205 this.mIsApex = in.readBoolean(); in PackageRollbackInfo()222 out.writeBoolean(mIsApex); in writeToParcel()
573 private boolean mIsApex = false; field in StagingManagerTest.FakeStagedSession600 mIsApex = isApex; in setIsApex()640 return mIsApex; in isApexSession()