Searched refs:EXTRA_IS_TRUSTED_SOURCE (Results 1 – 2 of 2) sorted by relevance
193 nextActivity.putExtra(PackageInstallerActivity.EXTRA_IS_TRUSTED_SOURCE, isTrustedSource); in onCreate()
87 static final String EXTRA_IS_TRUSTED_SOURCE = "EXTRA_IS_TRUSTED_SOURCE"; field in PackageInstallerActivity552 if (mAllowUnknownSources || getIntent().getBooleanExtra(EXTRA_IS_TRUSTED_SOURCE, false)) { in checkIfAllowedAndInitiateInstall()