Searched refs:PackageInstallerActivity (Results 1 – 4 of 4) sorted by relevance
112 nextActivity.putExtra(PackageInstallerActivity.EXTRA_CALLING_PACKAGE, callingPackage); in onCreate()113 nextActivity.putExtra(PackageInstallerActivity.EXTRA_ORIGINAL_SOURCE_INFO, sourceInfo); in onCreate()117 nextActivity.setClass(this, PackageInstallerActivity.class); in onCreate()129 PackageInstallerActivity.SCHEME_PACKAGE)) { in onCreate()130 nextActivity.setClass(this, PackageInstallerActivity.class); in onCreate()
36 installIntent.setClass(this, PackageInstallerActivity.class); in onCreate()
34 PackageInstallerActivity.PREFS_ALLOWED_SOURCES, in onReceive()
64 public class PackageInstallerActivity extends AlertActivity { class74 PackageInstallerActivity.class.getName() + "ALLOW_UNKNOWN_SOURCES_KEY";627 PackageInstallerActivity activity = ((PackageInstallerActivity) in onCreateDialog()