Home
last modified time | relevance | path

Searched refs:getMatches (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/security/
H A DVerityUtils.java142 if (!signedData.getCertificates().getMatches(null).isEmpty()) { in verifyPkcs7DetachedSignature()
146 if (!signedData.getCRLs().getMatches(null).isEmpty()) { in verifyPkcs7DetachedSignature()
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DFieldClassification.java61 public List<Match> getMatches() { in getMatches() method in FieldClassification
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java978 final List<Match> matches = fc.getMatches(); in logContextCommittedLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt39869 …od @NonNull public java.util.List<android.service.autofill.FieldClassification.Match> getMatches();