Searched refs:installIntent (Results 1 – 3 of 3) sorted by relevance
182 final Intent installIntent = new Intent(this, CertInstaller.class); in startInstallActivity() local190 installIntent.putExtras(intent); in startInstallActivity()196 installIntent.putExtra(Intent.EXTRA_REFERRER, getLaunchedFromPackage()); in startInstallActivity()197 startActivityForResult(installIntent, REQUEST_INSTALL); in startInstallActivity()
141 final Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local145 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()
204 Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local207 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()