Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/tests/src/com/android/dynsystem/
DKeyRevocationListTest.java122 blocklist.getRevocationStatusForKey("key1"); in testIsRevoked()
126 revocationStatus = blocklist.getRevocationStatusForKey("key2"); in testIsRevoked()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java67 RevocationStatus getRevocationStatusForKey(String publicKey) { in getRevocationStatusForKey() method in KeyRevocationList
73 RevocationStatus entry = getRevocationStatusForKey(publicKey); in isRevoked()