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