Searched defs:jsonData (Results 1 – 5 of 5) sorted by relevance
58 JSONObject jsonData = new JSONObject(data); in createRemoteOpFromString() local163 JSONObject jsonData = new JSONObject(response); in unpackResponseFromString() local
47 static AddCommandFileOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson()
44 static AddCommandOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson()
214 String jsonData = in testLoadKeyStore_multipleHostNameMatches() local244 String jsonData = new String("{\"hostname.?\":{\"key1\"::\"value 2\"}}"); in testLoadKeyStore_badKeyStoreFile() local
538 private EventSl4aObject createEvent(String jsonData) throws JSONException { in createEvent()