Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java137 private KeyRevocationList mKeyRevocationList; field in InstallationAsyncTask
302 mKeyRevocationList = KeyRevocationList.fromUrl(new URL(listUrl)); in verifyAndPrepare()
304 mKeyRevocationList = new KeyRevocationList(); in verifyAndPrepare()
307 if (mKeyRevocationList.isRevoked(mPublicKey)) { in verifyAndPrepare()
530 if (mKeyRevocationList.isRevoked(publicKey)) { in installImage()