Home
last modified time | relevance | path

Searched refs:EVENT_REQUEST_INSTALLER_INTENT (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cujinstaller/
DMainActivity.java76 private static final int EVENT_REQUEST_INSTALLER_INTENT = 1; field in MainActivity
277 } else if (event == EVENT_REQUEST_INSTALLER_INTENT) { in onReceive()
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java131 private static final int EVENT_REQUEST_INSTALLER_INTENT = 1; field in PackageInstallerCujTestBase
297 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT); in startInstallationViaIntent()
305 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT, /* useV2= */ true); in startInstallationUpdateViaIntent()