Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DChecksumsTest.java690 final byte[] signature = readSignature(); in testInstallerSignedChecksumsTrustNone()
711 final byte[] signature = readSignature(); in testInstallerSignedChecksumsTrustAll()
1128 byte[] digestBaseSignature = readSignature( in testInstallerSignedChecksumsUpdate()
1130 byte[] digestSplit0Signature = readSignature( in testInstallerSignedChecksumsUpdate()
1132 byte[] digestSplit1Signature = readSignature( in testInstallerSignedChecksumsUpdate()
1339 final byte[] signature = readSignature(); in testInstallerSignedChecksumsIncremental()
1669 private byte[] readSignature() throws IOException { in readSignature() method in ChecksumsTest
1670 return readSignature(TEST_FIXED_APK_DIGESTS_SIGNATURE); in readSignature()
1673 private byte[] readSignature(String file) throws IOException { in readSignature() method in ChecksumsTest