Lines Matching refs:JSONObject
43 import org.json.JSONObject;
73 JSONObject dump = new JSONObject(); in dump()
89 private JSONObject dumpMemory() throws JSONException { in dumpMemory()
90 JSONObject obj = new JSONObject(); in dumpMemory()
103 private JSONObject dumpDataUsage() throws JSONException { in dumpDataUsage()
104 JSONObject obj = new JSONObject(); in dumpDataUsage()
120 final JSONObject usage = dumpDataUsage(template, controller); in dumpDataUsage()
138 private JSONObject dumpDataUsage(NetworkTemplate template, DataUsageController controller) in dumpDataUsage()
140 JSONObject obj = new JSONObject(); in dumpDataUsage()
150 private JSONObject dumpStorage() throws JSONException { in dumpStorage()
151 JSONObject obj = new JSONObject(); in dumpStorage()
154 JSONObject volObj = new JSONObject(); in dumpStorage()
182 JSONObject dumpAnomalyDetection() throws JSONException { in dumpAnomalyDetection()
183 final JSONObject obj = new JSONObject(); in dumpAnomalyDetection()