Searched refs:resolvedPath (Results 1 – 2 of 2) sorted by relevance
369 String resolvedPath = info != null ? info.getResolvedBaseApkPath() : null; in onCreate() local370 if (info == null || !info.isSealed() || resolvedPath == null) { in onCreate()377 packageSource = Uri.fromFile(new File(resolvedPath)); in onCreate()
2884 String resolvedPath, String mPackageAbiOverride, int installFlags) {2889 final long sizeBytes = PackageManagerServiceUtils.calculateInstalledSize(resolvedPath,2896 mContext, pkgLite, resolvedPath, installFlags,