Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1026 static void handlePackageBroadcast(int cmd, String[] pkgList, boolean hasPkgInfo) { in handlePackageBroadcast() argument
1053 if (needCleanup || hasPkgInfo) { in handlePackageBroadcast()
DActivityThread.java4197 boolean hasPkgInfo = false; in handleDispatchPackageBroadcast()
4201 if (!hasPkgInfo) { in handleDispatchPackageBroadcast()
4205 hasPkgInfo = true; in handleDispatchPackageBroadcast()
4209 hasPkgInfo = true; in handleDispatchPackageBroadcast()
4218 hasPkgInfo); in handleDispatchPackageBroadcast()