Searched refs:nextActivity (Results 1 – 1 of 1) sorted by relevance
156 Intent nextActivity = new Intent(intent); in onCreate() local157 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 …]