Searched refs:currentCertDigests (Results 1 – 1 of 1) sorted by relevance
684 private BackupSigningInfoState(@NonNull Set<byte[]> currentCertDigests, in BackupSigningInfoState() argument686 mCurrentCertDigests = currentCertDigests; in BackupSigningInfoState()727 Set<byte[]> currentCertDigests = new HashSet<>(); in parseFromXml() local743 currentCertDigests.add( in parseFromXml()768 currentCertDigests, in parseFromXml()783 Set<byte[]> currentCertDigests = new HashSet<>(); in fromSigningInfo() local788 currentCertDigests.add( in fromSigningInfo()800 return new BackupSigningInfoState(currentCertDigests, pastCertDigests); in fromSigningInfo()