Searched refs:decodeCertificates (Results 1 – 1 of 1) sorted by relevance
1311 final Certificate[] trustedCerts = (trustedInstallers != null) ? decodeCertificates( in requestFileChecksums()1371 final Certificate[] trustedCerts = (trustedInstallers != null) ? decodeCertificates( in requestChecksumsInternal()1385 private static @NonNull Certificate[] decodeCertificates(@NonNull List certs) { in decodeCertificates() method in PackageManagerService