Searched refs:sigSets (Results 1 – 2 of 2) sorted by relevance
90 ArrayList<HashSet<Signature>> sigSets = new ArrayList<HashSet<Signature>>(); in getSignatureSets() local98 sigSets.add(set); in getSignatureSets()103 return sigSets; in getSignatureSets()302 List<HashSet<Signature>> sigSets) { in isSignatureMatch() argument312 for (HashSet<Signature> referenceSet : sigSets) { in isSignatureMatch()
512 ArrayList<HashSet<Signature>> sigSets = ServiceWatcher.getSignatureSets(mContext, pkgs); in ensureFallbackFusedProviderPresentLocked() local525 if (!ServiceWatcher.isSignatureMatch(pInfo.signatures, sigSets)) { in ensureFallbackFusedProviderPresentLocked()