Searched refs:healthAppInfos (Results 1 – 1 of 1) sorted by relevance
142 List<ResolveInfo> healthAppInfos = getHealthIntentSupportiveAppsForUser(userHandle); in initPackageSetForUser() local143 Set<String> healthApps = new ArraySet<String>(healthAppInfos.size()); in initPackageSetForUser()144 for (ResolveInfo info : healthAppInfos) { in initPackageSetForUser()