Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cujinstaller/
DMainActivity.java74 private static final int EVENT_REQUEST_INSTALLER_CLEAN_UP = -1; field in MainActivity
265 if (event == EVENT_REQUEST_INSTALLER_CLEAN_UP) { in onReceive()
/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DPackageInstallerCujTestBase.java129 private static final int EVENT_REQUEST_INSTALLER_CLEAN_UP = -1; field in PackageInstallerCujTestBase
269 sendRequestInstallerBroadcast(EVENT_REQUEST_INSTALLER_CLEAN_UP); in requestInstallerCleanUp()