Home
last modified time | relevance | path

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

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstallerMain.java185 final Intent installIntent = new Intent(this, CertInstaller.class); in startInstallActivity() local
193 installIntent.putExtras(intent); in startInstallActivity()
201 installIntent.putExtra(Intent.EXTRA_REFERRER, in startInstallActivity()
203 startActivityForResult(installIntent, REQUEST_INSTALL); in startInstallActivity()
/packages/apps/Settings/src/com/android/settings/security/
DCredentialStorage.java140 final Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local
143 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/security/
DCredentialStorage.java139 final Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local
142 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCredentialStorageActivity.java186 Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local
189 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()