Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java5255 boolean hasPkgInfo = false; in handleDispatchPackageBroadcast()
5266 if (!hasPkgInfo) { in handleDispatchPackageBroadcast()
5269 hasPkgInfo = true; in handleDispatchPackageBroadcast()
5273 hasPkgInfo = true; in handleDispatchPackageBroadcast()
5295 hasPkgInfo = true; in handleDispatchPackageBroadcast()
5300 hasPkgInfo = true; in handleDispatchPackageBroadcast()
5336 ApplicationPackageManager.handlePackageBroadcast(cmd, packages, hasPkgInfo); in handleDispatchPackageBroadcast()
DApplicationPackageManager.java1498 static void handlePackageBroadcast(int cmd, String[] pkgList, boolean hasPkgInfo) { in handlePackageBroadcast() argument
1525 if (needCleanup || hasPkgInfo) { in handlePackageBroadcast()