Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageParser.java6139 return hasCertificateInternal(signature, PAST_CERT_EXISTS); in hasCertificate()
6150 return hasCertificateInternal(signature, flags); in hasCertificate()
6159 private boolean hasCertificateInternal(Signature signature, int flags) { in hasCertificateInternal() method in SigningDetails