Searched refs:sendRequestInstallerBroadcast (Results 1 – 1 of 1) sorted by relevance
269 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_CLEAN_UP); in requestInstallerCleanUp()276 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_SESSION); in startInstallationViaPackageInstallerSession()285 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_SESSION, /* useV2= */ true); in startInstallationUpdateViaPackageInstallerSession()289 private static void sendRequestInstallerBroadcast(int event) throws Exception { in sendRequestInstallerBroadcast() method in PackageInstallerCujTestBase290 sendRequestInstallerBroadcast(event, /* useV2= */ false); in sendRequestInstallerBroadcast()297 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT); in startInstallationViaIntent()305 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT, /* useV2= */ true); in startInstallationUpdateViaIntent()313 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT_WITH_PACKAGE_URI); in startInstallationViaIntentWithPackageUri()321 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT_FOR_RESULT); in startInstallationViaIntentForResult()329 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT_FOR_RESULT, in startInstallationUpdateViaIntentForResult()[all …]