Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/tests/src/com/android/dynsystem/
DKeyRevocationListTest.java100 KeyRevocationList blocklist = KeyRevocationList.fromUrl(mockUrl); in testFromUrl()
106 blocklist = KeyRevocationList.fromUrl(mockBadUrl); in testFromUrl()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java125 static KeyRevocationList fromUrl(URL url) throws IOException, JSONException { in fromUrl() method in KeyRevocationList
DInstallationAsyncTask.java286 mKeyRevocationList = KeyRevocationList.fromUrl(new URL(listUrl)); in verifyAndPrepare()