Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallStart.java107 Intent nextActivity = new Intent(intent); in onCreate() local
108 nextActivity.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT); in onCreate()
112 nextActivity.putExtra(PackageInstallerActivity.EXTRA_CALLING_PACKAGE, callingPackage); in onCreate()
113 nextActivity.putExtra(PackageInstallerActivity.EXTRA_ORIGINAL_SOURCE_INFO, sourceInfo); in onCreate()
114 nextActivity.putExtra(Intent.EXTRA_ORIGINATING_UID, originatingUid); in onCreate()
117 nextActivity.setClass(this, PackageInstallerActivity.class); in onCreate()
127 nextActivity.setClass(this, InstallStaging.class); in onCreate()
130 nextActivity.setClass(this, PackageInstallerActivity.class); in onCreate()
137 nextActivity = null; in onCreate()
141 if (nextActivity != null) { in onCreate()
[all …]