Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cujinstaller/
DMainActivity.java77 private static final int EVENT_REQUEST_INSTALLER_INTENT_FOR_RESULT = 2; field in MainActivity
287 } else if (event == EVENT_REQUEST_INSTALLER_INTENT_FOR_RESULT) { in onReceive()
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java132 private static final int EVENT_REQUEST_INSTALLER_INTENT_FOR_RESULT = 2; field in PackageInstallerCujTestBase
321 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT_FOR_RESULT); in startInstallationViaIntentForResult()
329 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_INTENT_FOR_RESULT, in startInstallationUpdateViaIntentForResult()