Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/tests/src/com/android/dynsystem/
DKeyRevocationListTest.java62 KeyRevocationList blocklist; in testFromJsonString()
63 blocklist = KeyRevocationList.fromJsonString(sBlocklistJsonString); in testFromJsonString()
66 blocklist = KeyRevocationList.fromJsonString("{}"); in testFromJsonString()
100 KeyRevocationList blocklist = KeyRevocationList.fromUrl(mockUrl); in testFromUrl()
106 blocklist = KeyRevocationList.fromUrl(mockBadUrl); in testFromUrl()
118 KeyRevocationList blocklist = new KeyRevocationList(); in testIsRevoked()
121 KeyRevocationList.RevocationStatus revocationStatus = in testIsRevoked()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java34 class KeyRevocationList { class
58 KeyRevocationList() { in KeyRevocationList() method in KeyRevocationList
100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString()
102 KeyRevocationList list = new KeyRevocationList(); in fromJsonString()
125 static KeyRevocationList fromUrl(URL url) throws IOException, JSONException { in fromUrl()
DInstallationAsyncTask.java139 private KeyRevocationList mKeyRevocationList;
286 mKeyRevocationList = KeyRevocationList.fromUrl(new URL(listUrl)); in verifyAndPrepare()
288 mKeyRevocationList = new KeyRevocationList(); in verifyAndPrepare()