Home
last modified time | relevance | path

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

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstallerMain.java182 final Intent installIntent = new Intent(this, CertInstaller.class); in startInstallActivity() local
190 installIntent.putExtras(intent); in startInstallActivity()
196 installIntent.putExtra(Intent.EXTRA_REFERRER, getLaunchedFromPackage()); in startInstallActivity()
197 startActivityForResult(installIntent, REQUEST_INSTALL); in startInstallActivity()
/packages/apps/Settings/src/com/android/settings/security/
DCredentialStorage.java141 final Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local
145 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCredentialStorageActivity.java204 Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local
207 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()