Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java6512 boolean hasPkgInfo = false; in handleDispatchPackageBroadcast()
6523 if (!hasPkgInfo) { in handleDispatchPackageBroadcast()
6526 hasPkgInfo = true; in handleDispatchPackageBroadcast()
6530 hasPkgInfo = true; in handleDispatchPackageBroadcast()
6556 hasPkgInfo = true; in handleDispatchPackageBroadcast()
6561 hasPkgInfo = true; in handleDispatchPackageBroadcast()
6614 ApplicationPackageManager.handlePackageBroadcast(cmd, packages, hasPkgInfo); in handleDispatchPackageBroadcast()
H A DApplicationPackageManager.java2240 static void handlePackageBroadcast(int cmd, String[] pkgList, boolean hasPkgInfo) { in handlePackageBroadcast() argument
2267 if (needCleanup || hasPkgInfo) { in handlePackageBroadcast()