Searched refs:appCertificates (Results 1 – 2 of 2) sorted by relevance
189 public Builder setAppCertificates(@NonNull List<String> appCertificates) { in setAppCertificates() argument190 this.mAppCertificates = Objects.requireNonNull(appCertificates); in setAppCertificates()
306 List<String> appCertificates = getCertificateFingerprint(packageInfo); in handleIntegrityVerification() local313 builder.setAppCertificates(appCertificates); in handleIntegrityVerification()343 appCertificates.toString(), in handleIntegrityVerification()