Searched refs:resolvedBaseCodePath (Results 1 – 4 of 4) sorted by relevance
781 if (session == null || session.resolvedBaseCodePath == null) { in sessionMatchesForEnableRollback()785 File packageCodePath = new File(session.resolvedBaseCodePath).getParentFile(); in sessionMatchesForEnableRollback()905 if (session.resolvedBaseCodePath == null) { in enableRollbackForPackageSession()913 newPackage = PackageParser.parsePackageLite(new File(session.resolvedBaseCodePath), 0); in enableRollbackForPackageSession()
313 if (info == null || !info.sealed || info.resolvedBaseCodePath == null) { in onCreate()320 packageUri = Uri.fromFile(new File(info.resolvedBaseCodePath)); in onCreate()
1813 public String resolvedBaseCodePath; field in PackageInstaller.SessionInfo1890 resolvedBaseCodePath = source.readString(); in SessionInfo()2372 dest.writeString(resolvedBaseCodePath); in writeToParcel()
465 info.resolvedBaseCodePath = (mResolvedBaseFile != null) ? in generateInfo()