Searched refs:resolvedBaseCodePath (Results 1 – 4 of 4) sorted by relevance
329 if (info == null || !info.sealed || info.resolvedBaseCodePath == null) { in onCreate()336 packageUri = Uri.fromFile(new File(info.resolvedBaseCodePath)); in onCreate()
2330 public String resolvedBaseCodePath; field in PackageInstaller.SessionInfo2423 resolvedBaseCodePath = source.readString(); in SessionInfo()2988 dest.writeString(resolvedBaseCodePath); in writeToParcel()
830 if (session.resolvedBaseCodePath == null) {838 input.reset(), new File(session.resolvedBaseCodePath), 0);
1128 info.resolvedBaseCodePath = (mResolvedBaseFile != null) ? in generateInfoInternal()