Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DKeyRevocationList.java38 private static final String JSON_ENTRIES = "entries"; field in KeyRevocationList
104 if (jsonObject.has(JSON_ENTRIES)) { in fromJsonString()
105 JSONArray entries = jsonObject.getJSONArray(JSON_ENTRIES); in fromJsonString()