Searched refs:contributingPackages (Results 1 – 11 of 11) sorted by relevance
59 List<String> contributingPackages = in.createStringArrayList(); in RecordTypeInfoResponseParcel() local60 mRecordTypeInfoResponses.put(recordType, contributingPackages); in RecordTypeInfoResponseParcel()69 (recordType, contributingPackages) -> { in RecordTypeInfoResponseParcel() argument72 getContributingPackagesAsListOfString(contributingPackages)); in RecordTypeInfoResponseParcel()106 (recordType, contributingPackages) -> { in getRecordTypeInfoResponses() argument113 getContributingPackagesAsDataOrigin(contributingPackages)); in getRecordTypeInfoResponses()132 (recordType, contributingPackages) -> { in writeToParcel() argument134 dest.writeStringList(contributingPackages); in writeToParcel()
113 it.contributingPackages.isNotEmpty() in <lambda>()123 it.contributingPackages.isNotEmpty() && in <lambda>()124 it.contributingPackages in <lambda>()
47 @NonNull List<DataOrigin> contributingPackages) { in RecordTypeInfoResponse() argument50 this.mContributingPackages = contributingPackages; in RecordTypeInfoResponse()
55 it.contributingPackages.isNotEmpty() in <lambda>()57 .map { it.contributingPackages } in <lambda>()
67 it.contributingPackages.isNotEmpty() && in <lambda>()68 it.contributingPackages.any { contributingApp -> in <lambda>()
67 .filter { it.dataCategory == category && it.contributingPackages.isNotEmpty() } in <lambda>()68 .map { it.contributingPackages } in <lambda>()
69 it.contributingPackages.isNotEmpty() in <lambda>()
105 it.contributingPackages.isNotEmpty() && it.dataCategory == category in <lambda>()107 .map { it.contributingPackages } in <lambda>()
653 Set<String> contributingPackages = entry.getValue(); in getDataCategoriesWithDataForPackage() local655 boolean isPackageNameContributor = contributingPackages.contains(packageName); in getDataCategoriesWithDataForPackage()676 Set<String> contributingPackages = entry.getValue(); in getAllContributorApps() local680 currentPackages.addAll(contributingPackages); in getAllContributorApps()
64 it.dataCategory == category && it.contributingPackages.isNotEmpty() in <lambda>()
1348 ArrayList<String> contributingPackages) { in RecordTypeInfoTestResponse() argument1351 mContributingPackages = contributingPackages; in RecordTypeInfoTestResponse()