Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java6938 boolean hasPkgInfo = false; in handleDispatchPackageBroadcast()
6949 if (!hasPkgInfo) { in handleDispatchPackageBroadcast()
6952 hasPkgInfo = true; in handleDispatchPackageBroadcast()
6956 hasPkgInfo = true; in handleDispatchPackageBroadcast()
6983 hasPkgInfo = true; in handleDispatchPackageBroadcast()
6988 hasPkgInfo = true; in handleDispatchPackageBroadcast()
7048 ApplicationPackageManager.handlePackageBroadcast(cmd, packages, hasPkgInfo); in handleDispatchPackageBroadcast()
DApplicationPackageManager.java2281 static void handlePackageBroadcast(int cmd, String[] pkgList, boolean hasPkgInfo) { in handlePackageBroadcast() argument
2308 if (needCleanup || hasPkgInfo) { in handlePackageBroadcast()