Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/tests/src/com/android/dynsystem/
DKeyRevocationListTest.java63 blocklist = KeyRevocationList.fromJsonString(sBlocklistJsonString); in testFromJsonString()
66 blocklist = KeyRevocationList.fromJsonString("{}"); in testFromJsonString()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java100 static KeyRevocationList fromJsonString(String jsonString) throws JSONException { in fromJsonString() method in KeyRevocationList
135 return fromJsonString(readFully(stream)); in fromUrl()