Searched refs:mKeyRevocationList (Results 1 – 1 of 1) sorted by relevance
189 private KeyRevocationList mKeyRevocationList; field in InstallationAsyncTask441 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()