Searched refs:installIntent (Results 1 – 4 of 4) sorted by relevance
185 final Intent installIntent = new Intent(this, CertInstaller.class); in startInstallActivity() local193 installIntent.putExtras(intent); in startInstallActivity()201 installIntent.putExtra(Intent.EXTRA_REFERRER, in startInstallActivity()203 startActivityForResult(installIntent, REQUEST_INSTALL); in startInstallActivity()
140 final Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local143 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()
139 final Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local142 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()
186 Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable() local189 startActivityAsUser(installIntent, new UserHandle(dstUserId)); in installIfAvailable()