Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cujinstaller/
DMainActivity.java78 private static final int EVENT_REQUEST_INSTALLER_INTENT_WITH_PACKAGE_URI = 3; field in MainActivity
297 } else if (event == EVENT_REQUEST_INSTALLER_INTENT_WITH_PACKAGE_URI) { in onReceive()
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java133 private static final int EVENT_REQUEST_INSTALLER_INTENT_WITH_PACKAGE_URI = 3; field in PackageInstallerCujTestBase
313 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT_WITH_PACKAGE_URI); in startInstallationViaIntentWithPackageUri()