Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStart.java156 Intent nextActivity = new Intent(intent); in onCreate() local
157 nextActivity.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT in onCreate()
162 nextActivity.putExtra(PackageInstallerActivity.EXTRA_CALLING_PACKAGE, callingPackage); in onCreate()
163 nextActivity.putExtra(PackageInstallerActivity.EXTRA_CALLING_ATTRIBUTION_TAG, in onCreate()
166 nextActivity.putExtra(Intent.EXTRA_ORIGINATING_UID, originatingUid); in onCreate()
169 nextActivity.setClass(this, PackageInstallerActivity.class); in onCreate()
181 nextActivity.setClass(this, InstallStaging.class); in onCreate()
184 nextActivity.setClass(this, PackageInstallerActivity.class); in onCreate()
191 nextActivity = null; in onCreate()
195 if (nextActivity != null) { in onCreate()
[all …]