Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java189 private KeyRevocationList mKeyRevocationList; field in InstallationAsyncTask
441 mKeyRevocationList = KeyRevocationList.fromUrl(new URL(listUrl)); in verifyAndPrepare()
443 mKeyRevocationList = new KeyRevocationList(); in verifyAndPrepare()
446 if (mKeyRevocationList.isRevoked(mPublicKey)) { in verifyAndPrepare()
762 if (mKeyRevocationList.isRevoked(publicKey)) { in installImage()