Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java4851 boolean hasPkgInfo = false; in handleDispatchPackageBroadcast()
4862 if (!hasPkgInfo) { in handleDispatchPackageBroadcast()
4865 hasPkgInfo = true; in handleDispatchPackageBroadcast()
4869 hasPkgInfo = true; in handleDispatchPackageBroadcast()
4891 hasPkgInfo = true; in handleDispatchPackageBroadcast()
4896 hasPkgInfo = true; in handleDispatchPackageBroadcast()
4932 ApplicationPackageManager.handlePackageBroadcast(cmd, packages, hasPkgInfo); in handleDispatchPackageBroadcast()
DApplicationPackageManager.java1384 static void handlePackageBroadcast(int cmd, String[] pkgList, boolean hasPkgInfo) { in handlePackageBroadcast() argument
1411 if (needCleanup || hasPkgInfo) { in handlePackageBroadcast()