Home
last modified time | relevance | path

Searched refs:mPackageURI (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallInstalling.java73 private Uri mPackageURI; field in InstallInstalling
84 mPackageURI = getIntent().getData(); in onCreate()
86 if ("package".equals(mPackageURI.getScheme())) { in onCreate()
95 final File sourceFile = new File(mPackageURI.getPath()); in onCreate()
143 File file = new File(mPackageURI.getPath()); in onCreate()
313 File file = new File(mPackageURI.getPath()); in doInBackground()
H A DPackageInstallerActivity.java83 private Uri mPackageURI; field in PackageInstallerActivity
548 mPackageURI = packageUri; in processPackageUri()
611 newIntent.setData(mPackageURI); in startInstall()
632 if (mLocalLOGV) Log.i(TAG, "downloaded app uri=" + mPackageURI); in startInstall()