Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java135 try (DigestInputStream digestIn = new DigestInputStream(in, in hash() argument
138 FileUtils.copy(digestIn, out); in hash()
139 return digestIn.getMessageDigest().digest(); in hash()