Home
last modified time | relevance | path

Searched refs:PACKAGE_REMOVED (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationThreadConstants.java33 public static final int PACKAGE_REMOVED = 0; field in ApplicationThreadConstants
DActivityThread.java5874 case ApplicationThreadConstants.PACKAGE_REMOVED: in handleDispatchPackageBroadcast()
5877 final boolean killApp = cmd == ApplicationThreadConstants.PACKAGE_REMOVED; in handleDispatchPackageBroadcast()
/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java57 static final int PACKAGE_REMOVED = 3; field in WebViewUpdateService
80 PACKAGE_REMOVED, userId); in onStart()
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DWebViewUpdateServiceTest.java655 ? WebViewUpdateService.PACKAGE_CHANGED : WebViewUpdateService.PACKAGE_REMOVED, in checkRemovingPrimarySelectsSecondary()
900 WebViewUpdateService.PACKAGE_REMOVED, TestSystemImpl.PRIMARY_USER_ID); in checkDontKillIfPackageRemoved()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15045 ? ApplicationThreadConstants.PACKAGE_REMOVED in broadcastIntentLocked()